npm
Problem installing socket.io on Fedora Core
I\'m trying to install socket.io on my machine, but I keep encountering errors when I run npm install socket.io as directed on their website.I\'m not sure if I have version incompatibilities for npm o[详细]
2023-04-03 21:06 分类:问答Using compiled node dependencies on different environments
I have a node project that I run locally and deploy to a CentOS server. I have a few dependencies, one of which relies on a compiled dependency.[详细]
2023-04-03 14:42 分类:问答Node.js npm install module error
Here is my node and npm version: node -v v0.4.11 npm -v 1.0.27 When I tried to install a module for example express, I get the following error:[详细]
2023-04-02 23:32 分类:问答Nodejs install is not working, [Errno 13] Permission denied: '/usr/local/include/node/'
I\'m trying to install Node, socket.io and npm using the following: cd ~ sudo apt-get install libv8-2.0.3 libv8-dev libv8-dbg libssl-dev curl[详细]
2023-04-02 07:29 分类:问答npm doesn't build Contextify Release - node path not found?
I\'m working on packaging a node app to be deployed on a server without npm. I believe I have it figured out - I used npm to install all the dependencies in a local node_modules folder according to a[详细]
2023-04-02 02:45 分类:问答Node-xmpp: Cannot read propery 'write' of undefined
I\'m having an issue with node-xmpp, server-side settings out of my control maybe have changed but this error is relatively new. Looking for some pointers/insight, I\'ve not been able to solve this is[详细]
2023-04-01 17:17 分类:问答Using coffee-script with rails3.1 ubuntu 11.04
I have rails 3.1 insta开发者_运维知识库lled, and I try to use coffee script. I get this: node.js:63[详细]
2023-04-01 14:36 分类:问答Installing npm: segmentation fault after "sudo make install"
Im following the instructions: git clone https://github.com/isaacs/npm.git cd npm sudo make install and Im getting this:[详细]
2023-04-01 07:47 分类:问答Adding npm packaged dependencies to svn
I\'m packaging up a node project that has some dependencies installed with npm. The code will be deployed on an npm-less server, so I used npm bundle to make a node_modules directory with all the depe[详细]
2023-03-30 16:02 分类:问答How do I promote a bundled dependency to a global module?
The obvious way to promote a bundled dependency to a global module is by moving the directory from node_modules/foo/node_modules/baz to node_modules/baz but is that all I have to do?Is there a secret[详细]
2023-03-28 13:37 分类:问答