-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
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
[FAQ] FIS安装失败 #65
Comments
MBP 安装 fis 失败 LPT41320:~ wudi$ sudo npm install fis -g Password:
gyp WARN EACCES user "root" does not have permission to access the dev dir "/Users/wudi/.node-gyp/0.10.33" gyp WARN EACCES attempting to reinstall using temporary dev dir "/usr/local/lib/node_modules/fis/node_modules/fis-command-server/node_modules/chokidar/node_modules/fsevents/.node-gyp" ^CLPT41320:~ wudi$ LPT41320:~ wudi$ node -v v0.10.33 LPT41320:~ wudi$ npm -v 1.4.28 |
试试看 |
尝试删掉 |
谢谢 已安装成功 困为我本地没有 .node-gyp/0.10.33 这个 下载 就好了 |
安装时出现以下问题 |
理论上来说,可以忽略这个报错;完成后试试命令是否可以调用;
如果不能正常工作,试图升级node版本到0.10.33,然后清除npm的缓存等来试图修复此问题。
|
运行 fis -v 是正常的,但是运行quickstart-demo的时候报错 Error: Cannot find module 'crc'C:\Users\fis-quickstart-demo>fis server start --type node module.js:340 at Function.Module._resolveFilename (module.js:338:15)node v0.10.33 |
看起来是没有安装全就取消安装了,npm WARN optional dep failed并非报错,这个提示只是指可选的依赖安装失败,但是不影响正常安装,你尝试再重新安装一下吧 |
报下面的错误是啥原因啊,我不用镜像,或用淘宝镜像,都出下面的错误: npm ERR! Error: getaddrinfo ESRCH npm ERR! System Linux 2.6.32-279.el6.x86_64 |
@youbl 怎么看着是网络配置的问题呢,无法获取DNS;你尝试这请求一把看看报错不? $ curl http://registry.npmjs.org/fis |
@xiangshouding |
lights install fis-quickstart-demo下载失败。这个也是网络原因啊?nodejs v0.10.33下出现的错误。 |
@enforceway 得贴提示,错误提示是啥? |
@xiangshouding , 这个提示‘Install failed: Install [fis-quickstart-demo@latest] failed’是红色的. |
我安装也失败了 直接git上下载压缩包吧 |
FIS是顺利成功了,
说我 windows 不兼容 0.0
现在 下载安装包中…… node |
sudo rm -rf /usr/local/lib/node_modules/fis
npm install -g fis # |
已解决,谢谢 |
我又重新把java、php-cgi命令添加到环境变量中,输入C:\users\administrator\fis-quickstart-demo>fis server start 时报错了:[error] fail to execute 'tasklist' command,please add your system path |
@skybluefly 你的环境变量坏的比较严重,C:\Windows\System32都被删掉了,才会报这个错误 |
@hefangshi 我重新安装过系统,可以正常使用了,非常感谢你的回答! |
表示 os x 10.10安装fis也是一堆ERR报错。 |
降了node和npm的版本之后下载的提示滚起来了,可是之后测试fis -v,依旧失败, |
|
@ihuguowei 这个已经应该是启动服务成功了,只是开启浏览器的时候跪了; 你可以直接访问 |
@xiangshouding 是的,服务可以正常访问的。谢谢。 |
请问如何进行离线安装?windows环境下。 |
?
|
|
@xiangshouding 可以了,感谢! |
mac下安装node-gyp rebuild的问题还是出现了,使用上述提到的方案,都没有解决。难道真需要降级node或npm到某个版本? |
一般遇到这个问题是你安装 node 时用的 root 权限,然后呢 npm 安装组件的时候又没用 root 权限;或者是在任何这个过程中用了 root 权限。 这个问题解决起来可以修改某些路径的权限抑或是自己设定 npm 安装的目录等方式解决; |
@xiangshouding 非常感谢,已经解决了问题。 |
Success!
|
我执行npm install -g fis时,报以下错误,请问是什么原因: npm ERR! System Linux 2.6.32-431.23.3.el6.x86_64 |
@luckymore sudo rm -rf ~/.npm 后重试 #565 |
装完以后再把权限改过来。
|
@xiangshouding 是这样的😄 |
现在安装fis 过程太久了 淘宝的仓储 现在貌似也很久没更新过了吧 |
windows下npm install -g fis 安装后,运行fis命令,提示不是内部或外部命令,也不是可运行的程序 怎么办啊? |
如果发现没更新,点击 Sync 链接就更新了。 |
安装完fis-postpackager-simple这个插件,执行fis release -op这个命令 总报[WARNI] missing config file [fis-conf.js]怎么解决呢? |
hello,今天我在使用fis3的纯PHP后端的解决方案的DEMO的时候,发现有一个问题。我把这个DEMO的release目录写成我本地的wamp集成环境下www文件夹(本地网站的根目录)下的一个文件夹(FIS3Test)里,fis3的所有命令都正常,就是当我打开浏览器访问FIS3Test下的文件的时候出现了问题,因为fis3在使用 import('static/css/tooplate_style.css'); 编译之后会生成: <link rel="stylesheet" type="text/css" href="/static/css/tooplate_style.css"> 但是我的static文件夹是放在FIS3Test文件夹下的,这就有点儿尴尬了,请问除了将release目录改变成网站根目录之外有什么方法解决它不?( |
FIS作为nodejs模块发布托管在 npm上,npm是nodejs的包管理工具。查看npm网站
用户需要使用npm install命令来安装FIS。更多npm使用,执行 npm -h 来查看
由于npm经常被墙,安装FIS的时候会出现速度过慢,或者安装不上的问题 。可以通过 npm的
--registry
参数指定仓库。指定国内的npm镜像来解决npm被墙的问题。例如:
即你可以通过下面的命令使用cnpmjs仓库安装FIS
注意 如果提示
Error: No compatible version found..
,有可能是npm版本过低导致,可以参考 #83 解决注意 如果提示
WARN optional dep failed, continuing fsevents
警告,可以无视,这个是一个可选依赖包,仅在Mac下可以使用。The text was updated successfully, but these errors were encountered: