在ubuntu14.04中的npm安装错误

时间:2015-12-31 06:22:57

标签: ubuntu-14.04 react-native titanium-alloy titanium-android npm-install

我正在尝试在Ubuntu 14.04中配置Titanium Appcelerator工作室。 我几乎配置了一切,但无法安装Appcelerator CLI。 每当我尝试设置时,我都会收到以下错误:

Finding latest version ...5.1.0 ✓
Validating security checksum ✓
Installing ... ✓
Compiling platform native modules ...
└ extract-opts/typechecker ... ✓
└ bunyan/dtrace-provider ...  ✓
└ extract-opts/typechecker ...  ✓
└ socket.io-client/ws ...  ✓
└ appc-ldapjs/dtrace-provider ...  ✓
└ bunyan/dtrace-provider ...  ✓
└ appc-ldapjs/dtrace-provider ...  ✓
└ ws/bufferutil ...  ✓
└ ws/utf-8-validate ...  ✓
└ chokidar/fsevents ... npm ERR! Linux 3.13.0-73-generic
npm ERR! argv "/usr/bin/nodejs" "/home/user/.linuxbrew/bin/npm" "install" "fsevents@1.0.5" "--production"
npm ERR! node v5.3.0
npm ERR! npm  v3.3.12
npm ERR! code EBADPLATFORM

npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your operating system or architecture: fsevents@1.0.5
npm ERR! notsup Valid OS:    darwin
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   linux
npm ERR! notsup Actual Arch: x64

npm ERR! Please include the following file with any support request:
npm ERR!     /home/user/.appcelerator/install/5.1.0/package/node_modules/arrow/node_modules/babel/node_modules/chokidar/npm-debug.log

任何人都可以有任何解决方案吗? 请帮助我,我努力尝试但没有得到任何解决方案。

2 个答案:

答案 0 :(得分:0)

您看到的是以下问题: https://jira.appcelerator.org/browse/AC-489

请观看并添加您的信息。我要求重新开放。

答案 1 :(得分:0)

此问题仍然存在,但我在jira的故障单上添加了另一条评论。 @Far在那里提出的解决方案确实适用于(X)Ubuntu 14.04,至少对我而言。

当然必须安装先决条件,如节点等,但它应该正常工作。 此票证的实际链接现在是:

https://jira.appcelerator.org/browse/CLI-916

我首先安装了cli,因为登录/设置程序更好恕我直言:

sudo npm install -g appcelerator

从故障单中添加修复程序(对我而言, /usr/lib/node_modules/appcelerator/lib/install.js 强>)

然后:

appc setup

如果修复工作正常,您应该看到提示输入用户名(电子邮件)和密码,然后是4位设备激活码,发送到您的电子邮件地址(看到所有花哨的cli下载后)。< / p>

授权将保存在您的主目录中,因此您现在可以从他们的页面下载工作室zip,解压缩并运行它。登录应该已经全部有效。

快乐的开发时间:)