Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Use \n line endings (unix style) instead of \r\n (windows style) #15

Closed
khrj opened this issue Sep 10, 2020 · 0 comments
Closed

Use \n line endings (unix style) instead of \r\n (windows style) #15

khrj opened this issue Sep 10, 2020 · 0 comments

Comments

@khrj
Copy link

khrj commented Sep 10, 2020

Running electron-global with yarn on macOS / Linux causes:

env: node\r: No such file or directory

This can be fixed by removing \r\n endings and using \n endings instead

Stackoverflow Answer
yarnpkg/yarn#5480

Workaround:

dos2unix node_modules/*
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

1 participant