gpt4 book ai didi

meteor - `mrt add` 在 Windows 上使用 Vagrant 安装 Atmosphere 包时引发未知错误

转载 作者:行者123 更新时间:2023-12-04 15:12:31 26 4
gpt4 key购买 nike

在 Windows 7 上使用 Vagrant ssh,mrt add scss (例如)在控制台中显示以下内容:

vagrant@vagrant:/vagrant/MyMeteorApp$ mrt add scss
scss
tag: https://github.com/fourseven/meteor-scss.git#v0.5.1.1

fs.js:730
return binding.symlink(preprocessSymlinkDestination(destination, type),
^
Error: UNKNOWN, unknown error '/vagrant/MyMeteorApp/packages/scss'
at Object.fs.symlinkSync (fs.js:730:18)
at /usr/local/lib/node_modules/meteorite/lib/dependencies/package.js:129:10
at /usr/local/lib/node_modules/meteorite/lib/sources/git.js:75:15
at ProxyWriter.<anonymous> (/usr/local/lib/node_modules/meteorite/lib.souces/git.js:138:5)
at DirWriter.EventEmitter.emit (events.js:92:17)
at end (/usr/local/lib/node_modules/meteorite/node_modules/fstream/lib/writer.js:323:12)
at /usr/local/lib/node_modules/meteorite/node_modules/fstream/lib/writer.js:313:32
at endUtimes (/usr/local/lib/node_modules/meteorite/node_modules/fstream/lib/writer.js:239:48
at setProps (/usr/local/lib/node_modules/meteorite/node_modules/fstream/lib/writer.js:296:5)

第一次尝试安装任何 Atmosphere 软件包时会显示相同的错误。该命令确实更新了 "packages"在 smart.json 中:
"packages": {
"scss": {}
}

每当再次运行 mrt 时,控制台都会显示 smart.json changed.. installing from smart.json并挂起。
我确实在 /home/vagrant/.meteorite/packages/scss 找到了包裹但它没有其他地方。
我的环境是使用 Vagrant Chef provisioning 设置的.节点是 0.10.10 版本。操作系统是 Ubuntu。我试过 reinstalling meteorite using the -H command .感谢您的帮助,我已经尝试了两天了。

最佳答案

我认为这就是问题所在。 Meteorite 0.6.0 使用符号链接(symbolic link),但 Windows 无法处理它。尝试将 sass 文件夹复制到包中,而不是使它们成为符号链接(symbolic link)。
您需要使用 cp -rL 复制一些包

关于meteor - `mrt add` 在 Windows 上使用 Vagrant 安装 Atmosphere 包时引发未知错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17004407/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com