Closed rgbkrk closed 9 years ago
ijs
should behave like the node.js
REPL. If it doesn't, I'll consider it a bug.
If you can require the package in the node.js
REPL:
$ node
> require("mypackage")
but you can't:
$ ijs
In[1]: require("mypackage")
please, file a bug including:
npm list ijavascript
)ijs
fails to require.Since I posted this, I'm able to get at the package I want which was zmq
. ¯(ツ)/¯ Sorry for the noise.
Where do packages get pulled from? It's not picking up globally installed packages for me.