lean / phaser-es6-webpack

A bootstrap project for create games with Phaser + ES6 + Webpack.
MIT License
1.28k stars 314 forks source link

Don't install webpack globally #9

Closed 44px closed 8 years ago

44px commented 8 years ago

Hello,

Since you are using npm scripts and webpack is listed in devDependencies, there is no need in global install.

npm adds installed binaries to PATH automatically:

In addition to the shell's pre-existing PATH, npm run adds node_modules/.bin to the PATH provided to scripts. https://docs.npmjs.com/cli/run-script