You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2019. It is now read-only.
webpack is now installed globally and the webpack command is available.
Use webpack in a project
It's the best to have webpack also as dependency in your project. Through this you can choose a local webpack version and will not be forced to use the single global one.
Add a package.json configuration file for npm with:
$ npm init
The answers to the questions are not so important if you don't want to publish your project to npm.