christianalfoni / webpack-express-boilerplate

A boilerplate for running a Webpack workflow in Node express
MIT License
1.4k stars 292 forks source link

cannot build #62

Open mohsenSy opened 7 years ago

mohsenSy commented 7 years ago

When running npm build nothing happens

What is the problem here?

rsteier commented 7 years ago

@mohsenSy - could you give more details? When you say 'nothing happens', do you mean that NPM is hanging after you execute npm build?

I'm building just fine now.

mohsenSy commented 7 years ago

@rsteier if I run npm build it just returns immediately and no output is printed and no dist folder is created.

I just now figured out that I need to run npm run build not npm build to start building, maybe it is a good idea to add this command to the readme file