Part of the,. Bin command is lost after each installation of the npm package

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?

Npm
Mar.20,2021

execute npm link directly, and the command will be automatically registered.

Menu