You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
symlink-dir is not invokable from command line on macOS if installed with Yarn.
It fails with the following message: env: node\r: No such file or directory
See this issue: yarnpkg/yarn#5480
Apparently npm auto converts line endings to LF which is why it only fails with Yarn.
Reverting to v2.0.1 fixes this issue for now.
Can confirm that using dos2unix on v3.0.0 files also fixes the problem.
The text was updated successfully, but these errors were encountered:
symlink-dir is not invokable from command line on macOS if installed with Yarn.
It fails with the following message:
env: node\r: No such file or directory
See this issue: yarnpkg/yarn#5480
Apparently npm auto converts line endings to LF which is why it only fails with Yarn.
Reverting to v2.0.1 fixes this issue for now.
Can confirm that using dos2unix on v3.0.0 files also fixes the problem.
The text was updated successfully, but these errors were encountered: