-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Redux CLI exits with error #39
Comments
Are you sure you're using nvm and not system node? I would Try doing this:
If that doesn't work lemme know |
@SpencerCDixon Yes, I am sure. My $nvm ls
v0.10.40
-> v5.7.0
node -> stable (-> v5.7.0) (default)
stable -> 5.7 (-> v5.7.0) (default)
iojs -> iojs- (-> N/A) (default) Even after installing $redux new redux-cli-test
/usr/bin/env: node --harmony: No such file or directory my $which node
/home/nmrony/.nvm/versions/node/v5.7.0/bin/node BTW I am using Ubuntu 14.04 |
Having a hard time trying to find a good fix (I also don't have ubuntu which I could test things with) I found this issue that might be of some help try running |
On Ubuntu. Changing all executables to call node directly (instead of through env)
|
@SpencerCDixon I can symlink as I mentioned. but this does not solving the problem. Because I need to use different |
Feel free to submit a PR that will fix it for Ubuntu users. I don't personally have Ubuntu set up or a way to test it, sorry :/ |
@SpencerCDixon I found a workaround while using various nvm alias default node Then install @alienspaces I go for |
I installed
redux-cli
as per instruction like belowand using node installed with
nvm
. When I runredux g dumb HelloWorld
, redux-cli is throwing errorHow to use it with
node
installed byNVM
? I can symlinknode
to path where cli is looking for but looks like dirty hack to me.The text was updated successfully, but these errors were encountered: