Skip to content
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

[Kubuntu] Cannot install compiler locally #7

Closed
oparoz opened this issue Apr 27, 2011 · 2 comments
Closed

[Kubuntu] Cannot install compiler locally #7

oparoz opened this issue Apr 27, 2011 · 2 comments

Comments

@oparoz
Copy link

oparoz commented Apr 27, 2011

I've tried to install ready.js using npm, but instead of having binaries in /usr/local, they end up in a local 'node_modules' folder.

I can then launch the command and it can compile files, however, when trying to install the compiler locally (I don't fancy sending all my files on the Internet), it fails with this:
ERROR : Installing a compiler is available only with a NPM installation. Run npm install ready.

I suspect that the error message meant ' npm install ready.js', but still that's what I did and it still doesn't work.

@robbles
Copy link

robbles commented Jul 5, 2011

I used npm install -g ready.js to get around this. Installing tools globally with npm adds the binaries to a directory in the path.

@dsimard
Copy link
Owner

dsimard commented Jul 5, 2011

The old package (v1.0.0) was called "ready". I'll try to delete it from the repository.

Thanks!

@dsimard dsimard closed this as completed Jul 5, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants