-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cannot run directly on linux #2
Comments
应该不是CRLF的问题 |
Linux 下并不会对 \r 进行处理,所以 env 会尝试查找一个名为 |
请问用的是哪个linux的版本? |
所有 Linux 版本均为此行为。 |
This should no longer be a problem since npm@^5.4.0. npm will now auto-convert to the correct line endings. See npm/npm#12371. 如果是这样,所有在windows上publish的包全部都有问题,不可能为了这个去做特殊过滤,请看看上面的这个解答,看看能否解决你的问题 |
Related: yarnpkg/yarn#5480 |
npm 会进行 patch ,但这不是包管理器的通用行为。 |
yarn似乎要被淘汰了 |
支持的,npm7就开始支持workspace了,比yarn支持还好 |
摆烂.jpg ( |
npm可以直接升级到8,单独升级即可,node继续用14没问题,不过升级node16也没啥问题,一般都兼容 |
个人喜好问题不做评价。据我所知 yarn 在子项目里建 node_modules 有两个原因
|
我不喜欢 npm 主要是它依赖太杂了 不像 yarn 一个单文件清爽( |
嗯...这个
bin.js
它是 CRLFThe text was updated successfully, but these errors were encountered: