Npm registry error when installing msgpack-x -
when execute npm install msgpack-x error says 'msgpack-x' not in npm registry.
i new this, idea might missing?
use registry json dump see if file there:
- search in search engine of choice, example:
site:registry.npmjs.org msgpack-xdomain:registry.npmjs.org msgpack-x
- if it's there, find name comes after
{"_id": use in npm install, example:
npm install msgpack-js-browser
references
Comments
Post a Comment