Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

env: node\r: No such file or directory #7

Closed
pacuna opened this issue Dec 3, 2016 · 3 comments
Closed

env: node\r: No such file or directory #7

pacuna opened this issue Dec 3, 2016 · 3 comments

Comments

@pacuna
Copy link

pacuna commented Dec 3, 2016

I'm getting this error on MacOs sierra. I found some similar issues with other packages and apparently it has to do with line ending format?

@TomatoMus
Copy link

I can solve it in the following way.

$vim /your/oni/path/oni

:set ff=unix
:w

@pacuna
Copy link
Author

pacuna commented Dec 3, 2016

I solved it by building it myself.

@bryphe
Copy link
Member

bryphe commented Dec 3, 2016

Thanks @TomatoMus and @pacuna for the details!

Ya, looks related to the issue with npm/npm#12371. I've been doing the publish from a Windows machine, which hits this issue. Hopefully the fix to convert the line endings prior to publish will address this.

Cloning and building will work fine, since git auto-converts the line endings when you check out. Glad that works ok :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants