标签: node.js npm
我使用sudo npm install -g github在我的Ubuntu机器上安装了node-github软件包,但是如果我尝试在节点REPL中访问它,则会抛出Cannot find module 'github'错误。如果我从/usr/local/lib/node_modules运行REPL,它可以正常工作。
sudo npm install -g github
Cannot find module 'github'
/usr/local/lib/node_modules
如何普遍访问此包?