0

当我执行 npm install msgpack-x 时,我收到一条错误消息,提示“msgpack-x”不在 npm 注册表中。

我对此很陌生,知道我可能会错过什么吗?

4

1 回答 1

0

Use the registry JSON dump to see if the file is there:

  • Search for it in your search engine of choice, for example:
    • site:registry.npmjs.org msgpack-x
    • domain:registry.npmjs.org msgpack-x
  • If it's there, find the name that comes after {"_id":
  • Use that in your npm install, for example:

    npm install msgpack-js-browser

References

于 2014-04-11T00:45:45.657 回答