iojsでrxをグローバルにインストールできない
npm install -g rx
でrxをインストールしたのですが、require("rx")
でmoduleを読み込もうとすると下記のようなErrorが起こります。
npm install -g
は coffee
などのコマンド用の場所なのでしょうか?
環境はiojs v1.7.1, npm v2.7.6です。
Error: Cannot find module 'rx'
at Function.Module._resolveFilename (module.js:316:15)
at Function.Module._load (module.js:258:25)
at Module.require (module.js:345:17)
at require (module.js:364:17)
at repl:1:1
at REPLServer.defaultEval (repl.js:124:27)
at bound (domain.js:254:14)
at REPLServer.runBound [as eval] (domain.js:267:12)
at REPLServer. (repl.js:277:12)
at emitOne (events.js:77:13)