You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: