npm v5.5.1
the npm package will be installed during local development. Once the new package is installed, some commands, such as webpack, will be lost in .bin in node_modules . You need to re- npm install to have them. How can you solve this problem?
