当我执行 npm install msgpack-x 时,我收到一条错误消息,提示“msgpack-x”不在 npm 注册表中。
我对此很陌生,知道我可能会错过什么吗?
Use the registry JSON dump to see if the file is there:
site:registry.npmjs.org msgpack-xdomain:registry.npmjs.org msgpack-x{"_id":Use that in your npm install, for example:
npm install msgpack-js-browser
References