mohebifar / racket

A complete starting app for developing universal React/Redux web apps with generators, best practices and more
https://racket-demo.herokuapp.com/
MIT License
291 stars 15 forks source link

npm run build FAILED #12

Closed tecnoloco closed 8 years ago

tecnoloco commented 8 years ago

When I run 'npm run build' , I get the next error.

C:\Projects\pruebas-react\racketApp\node_modules.bin\webpack:2 basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')") ^^^^^^ SyntaxError: missing ) after argument list at Object.exports.runInThisContext (vm.js:76:16) at Module._compile (module.js:513:28) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:458:32) at tryModuleLoad (module.js:417:12) at Function.Module._load (module.js:409:3) at Module.runMain (module.js:575:10) at run (bootstrap_node.js:352:7) at startup (bootstrap_node.js:144:9) at bootstrap_node.js:467:3

tecnoloco commented 8 years ago

Hello again, I got the workaround for this issue in #11