Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Issue in installing packages using npm #64

Closed
sudar opened this issue Jun 12, 2010 · 2 comments
Closed

Issue in installing packages using npm #64

sudar opened this issue Jun 12, 2010 · 2 comments

Comments

@sudar
Copy link

sudar commented Jun 12, 2010

Installed latest version of node and npm and tried to install node-xml and following is the error that I got.

raninstead-lm ~/xp/sources: npm install node-xml
npm configfile /Users/sudarm/.npmrc
npm sudo false
npm cli [ 'install', 'node-xml' ]
npm version 0.1.16
npm install pkg node-xml
npm fetch data node-xml
npm GET node-xml

npm ! Error: not found in registry: node-xml
at /Users/sudarm/.node_libraries/.npm/npm/0.1.16/package/lib/install.js:123:32
at IncomingMessage. (/Users/sudarm/.node_libraries/.npm/npm/0.1.16/package/lib/utils/registry/request.js:74:7)
at IncomingMessage.emit (events:42:20)
at HTTPParser.onMessageComplete (http:110:23)
at Client.ondata (http:861:22)
at IOWatcher.callback (net:502:31)
at node.js:221:9

npm failure try running: 'npm help install'
npm failure Report this entire log at http://github.com/isaacs/npm/issues
npm failure or email it to npm-@googlegroups.com

@isaacs
Copy link
Contributor

isaacs commented Jun 12, 2010

Like the error says, node-xml isn't in the registry. See for yourself: http://registry.npmjs.org/node-xml

Please bug the package author to publish it.

@sudar
Copy link
Author

sudar commented Jun 14, 2010

Yeah got it. Since the node-xml package had a package.json, I assumed that it will be available in the registry.

@npm npm locked and limited conversation to collaborators Oct 17, 2014
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants