You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
d:\Documents\Visual Studio 2015\Projects\angular2-webpack-starter\node_modules.bin\webpack:2
basedir=$(dirname "$(echo "$0" | sed -e 's,,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:387:25)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Function.Module.runMain (module.js:447:10)
at startup (node.js:142:18)
at node.js:939:3
Guys, let's make sure when you commit something you don't break the essentials.
The text was updated successfully, but these errors were encountered:
alvipeo
changed the title
Got clean repo now = CAN'T RUN
Got clean repo now = Broken
Mar 28, 2016
If you clone a repo now and do 'npm run build' you'll get the following:
d:\Documents\Visual Studio 2015\Projects\angular2-webpack-starter\node_modules.bin\webpack:2
basedir=$(dirname "$(echo "$0" | sed -e 's,,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:387:25)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Function.Module.runMain (module.js:447:10)
at startup (node.js:142:18)
at node.js:939:3
Guys, let's make sure when you commit something you don't break the essentials.
The text was updated successfully, but these errors were encountered: