-
Notifications
You must be signed in to change notification settings - Fork 4
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
/usr/bin/env: ‘node\r’: No such file or directory #1
Comments
Thanks for reporting. I can recreate the issue, and will look into into. |
I have pushed a fix for this issue in version 1.0.21. Tested under OS X using npm. It uses require.resolve to find the module path, so should work for yarn as well. Let me know if it still causes a problem. |
I am having this issue with [email protected] |
On linux using yarn.
I tried to install the fs-extra package
It is a yarn problem.
But the problem persist.
struggling with node...
|
I will have a look at both issues. |
I have not had a chance to replicate the issue yet, however, I find this link, not sure if it's relevant |
@boazblake I also apologize for not seeing your comment before. |
@giancarlocp The reason you are seeing I have fixed the line ending issue and published a new version
We should probably file an issue with |
FYI I also filed a bug report with |
I am on linux, and i use yarn to install it.
$ yarn global add create-mithril-app
It is installed in:
testing i got
I fixed index.js following the issue #58 in darkguy2008/parallelshell
then i test again and...
I tried doing a symbolic link but it doesn't work.
I have replaced absolute path with "~/" to be brief.
The text was updated successfully, but these errors were encountered: