Closed 44px closed 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
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: