-
Notifications
You must be signed in to change notification settings - Fork 17
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
Running lerna-wizard
after install returns error
#6
Comments
Hi @omonk. I'll look into your problem soon, and in meantime can you provide details about your setup: OS, version of node & npm you use, full error stack details, screenshot of the problem. Thanks! |
I had the same problem. It's an OS linebreak error DOS to *Nix/Mac |
$ perl -MCwd -le 'print Cwd::abs_path(shift)' "/usr/local/bin/lerna-wizard"
/usr/local/lib/node_modules/lerna-wizard/bin/lerna-wizard
$ brew install dos2unix
$ sudo dos2unix /usr/local/lib/node_modules/lerna-wizard/bin/lerna-wizard
dos2unix: converting file /usr/local/lib/node_modules/lerna-wizard/bin/lerna-wizard to Unix format...
$ lerna-wizard
? What do you want to do? (Use arrow keys) Sweet :) |
Thanks @kristianmandrup for looking into that. I reproduced the error on debian, so hopefully soon I'll fix it. |
@omonk , @kristianmandrup thanks for contribution. Problem should be resolved in 1.0.9. Please update and let me know if you run into issues. |
I've installed lerna with
npm i lerna@prerelease -g
andnpm i lerna-wizard -g
as stated in the docs. Runninglerna-wizard
after install returnsenv: node\r: No such file or directory
The text was updated successfully, but these errors were encountered: