glorious-codes/glorious-demo

npm run build failure

zfrisch opened this issue · 1 comments

It seems like your build script isn't working. After cloning and installing, the npm run build command will initially tell you that it won't work because the script is just a filepath, not a command. After changing this to node ./node_modules/whatever/webpack.js the build script will still fail. Thoughts?

Hello @zfrisch!

The npm run build of the project is just an alias for ./node_modules/webpack/bin/webpack.js.
As you can see on the last build at CircleCI, the build command is working properly.

My local config:
Node v8.9.4
NPM v5.6.0

If you perform these steps, it should work.

Feel free to reopen the issue if you still have any problem 👍