We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
根目录下有文件为啥提示没有呢
Originally posted by @CLiangs in #12 (comment)
The text was updated successfully, but these errors were encountered:
env:node\r: No such file or directory
解决方案
// 如果你本地配置为 设备系统: macOS 包管理工具: yarn
// 安装最新版 version-rocket 后重试 yarn add version-rocket@latest
出现这个问题的原因:
是我在跨平台开发过程中, 未使用统一的行尾符, 在 macOS 中使用 LF, 在 windows 却中使用 CRLF 🐶 对被这个问题困扰了的同学说声抱歉 🥹
首先需要先了解下 CRLF 和 LF 的区别
为什么使用 npm 没有出现这个问题呢? 使用 yarn 却出现了?
我做了哪些事情来防止再出现这样的问题?
🔗 参考链接
Sorry, something went wrong.
No branches or pull requests
根目录下有文件为啥提示没有呢
Originally posted by @CLiangs in #12 (comment)
The text was updated successfully, but these errors were encountered: