Write their own local npm package, test error, ask for help.

learn the npm package. For the code, see git:
https://github.com/pingfengaf.

. After

install, when you run npm start , the following error is reported:

"my-npm" 
Npm
Feb.28,2021

the problem is a little complicated. First of all, if you want to write a command, you need to write a command at the beginning, add the bin field to the global catalog packagejson and point to the script using npm link. If you want to simply use the command line, it is recommended to use tj's commander module

.
Menu