提问人:vytaute 提问时间:5/6/2021 最后编辑:jonrsharpevytaute 更新时间:5/7/2021 访问量:261
当项目文件夹名称包含空格时出现 Yarn 安装问题(链接未被识别为内部或外部命令、可操作程序或批处理文件)
Yarn install problem when project folder name has spaces (link is not recognized as an internal or external command, operable program or batch file)
问:
当我在 VS Code 中运行时,我收到错误,因为我的项目位于名称包含空格的文件夹中。yarn install
如果我在控制台中手动编写命令,我可以使用引号来避免此类问题(例如cd "folder path with spaces"
)
如果我的项目文件夹包含空格,我该如何运行和其他命令?也许我可以设置一些全局设置来自动在路径名周围加上引号?yarn install
答: 暂无答案
评论
-
_
yarn
nodejs