-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm module missing request module #1
Comments
I'll try to replicate the problem on my box, maybe I got some paths wrong… Can you post the exact commands you used (both the one that didn't worked and the one that worked)? thx ;) |
hey, ya i did:
and get
but then i got it working by:
|
You ran That's a problem because there's no usage or help message or interactive console yet, it only accepts a |
sorry, same error with ~/myfile.rb as arg[1] |
You right, was fixed in 0.3.2, I forgot to publish it during "RVM rush" sorry :) |
of course now is pushed to the npm registry |
thanks! you're the best. |
hey, not sure if i'm missing something, but i can't get 'opal-node' to run anything after installing it from npm.
but if i clone the most recent build it works flawlessly
is there a difference between 0.3.2 and the 0.3.1 one on npm?
the error i'm getting is:
module.js:337
throw new Error("Cannot find module '" + request + "'");
this is a great project.
thanks,
The text was updated successfully, but these errors were encountered: