简体   繁体   English

使用Node.js下载Steroids.js

[英]Downloading Steroids.js using Node.js

I'm currently looking to download Appgyver's Steroids.js but keep running into the following problem: 我目前正在寻找下载Appgyver的Steroids.js,但仍然遇到以下问题:

在此处输入图片说明

I'm not entirely sure what the problem is as I'm not very experienced with using Node.js as I doubt this problem is made by Appgyver's Steroids.js. 我不确定是什么问题,因为我不太熟悉使用Node.js,因为我怀疑这个问题是由Appgyver的Steroids.js造成的。 I see that I have a version above what is required so I'm not sure where things are going wrong. 我发现我的版本高于要求的版本,所以我不确定哪里出了问题。 Please any help in this matter would really be appreciated! 请对此事的任何帮助将不胜感激!

steroids.js requires very specific versions of node.js to run. steroids.js需要非常特定的node.js版本才能运行。 Actually, the installation page says it requires node.js version 0.8.x. 实际上, 安装页面说它需要node.js版本0.8.x。 You are currenly using node.js version 0.10.15 which is why you are receiving this error. 您当前使用的是node.js版本0.10.15,这就是为什么您会收到此错误的原因。

I see you're on windows, so have a go with nodist to manage mulitple node.js versions. 我看到您在Windows上,因此可以使用nodist管理多个node.js版本。

Steroids npm didn't support Windows until version 2.7.19. Steroids npm直到2.7.19版才支持Windows。 The latest version also supports Node.js 0.10.x and 0.11.x, so you should be good to go. 最新版本还支持Node.js 0.10.x和0.11.x,因此您应该一切顺利。 See the updated install instructions at http://guides.appgyver.com/steroids/guides/steroids_npm/installing/ 请参阅http://guides.appgyver.com/steroids/guides/steroids_npm/installing/上的更新的安装说明。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM