首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法将原子上的核素包升级到0.125.0

无法将原子上的核素包升级到0.125.0
EN

Stack Overflow用户
提问于 2016-03-23 11:32:15
回答 2查看 570关注 0票数 4

信息

代码语言:javascript
复制
$ apm -v
apm  1.6.0
npm  2.13.3
node 0.10.40
python 2.7.10
git 2.6.4

$ apm update
Package Updates Available (1)
└── nuclide 0.124.0 -> 0.125.0
Would you like to install these updates? (yes)

错误:

代码语言:javascript
复制
npm WARN engine nuclide@0.125.0: wanted: {"atom":">=1.5.3","node":">=4.1.1"} (current: {"node":"0.10.40","npm":"2.13.3"})
npm ERR! Darwin 15.4.0
npm ERR! argv "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Users/chandan/.atom/.apm/.apmrc" "--userconfig" "/Users/chandan/.atom/.apmrc" "install" "/private/var/folders/jx/80gvpbb525z56t19l_n172hw0000gn/T/d-116223-40264-1wsir87/package.tgz" "--target=0.34.5" "--arch=x64"
npm ERR! node v0.10.40
npm ERR! npm  v2.13.3

npm ERR! version not found: relative-date@1.1.2
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /private/var/folders/jx/80gvpbb525z56t19l_n172hw0000gn/T/apm-install-dir-116223-40264-17hzbk1/npm-debug.log

如果我做错了什么,或者有办法升级这个核素包,请告诉我。

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2016-04-27 15:11:26

这个问题已经解决了。

这个错误发生在2016年3月臭名昭著的“左-垫”未发布上。“左派”被提及最多,但“相对日期”也是未出版的软件包之一。

这不是核素本身的问题,而是下载其依赖项的问题。

票数 1
EN

Stack Overflow用户

发布于 2016-03-23 12:21:10

现在,我根据这个指南手工构建了核素:http://nuclide.io/docs/advanced-topics/building-from-source

代码语言:javascript
复制
git clone https://github.com/facebook/nuclide.git
cd nuclide
npm install
apm link

它为我解决了这个问题。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36177041

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档