Alloy 编译器失败但经典的 Titanium 有效
Alloy compiler failed but classic Titanium works
当我尝试 运行 一个基本的 alloy 应用程序(双标签模板)时,我收到此错误:
[ERROR] : : Cannot find module './validators/react/isReactComponent'
[ERROR] : Alloy compiler failed
[ERROR] Application Installer abnormal process termination. Process exit value was 1
但是当我 运行 没有 alloy 的经典应用程序(双标签模板)时,程序 运行 没问题。
我的系统是:
Operating System
Name = Mac OS X
Version = 10.14.5
Architecture = 64bit
Node.js
Node.js Version = 8.9.1
npm Version = 5.5.1
Appcelerator CLI
Installer = 4.2.15
Core Package = 7.1.2
Titanium CLI
CLI Version = 5.2.2
node-appc Version = 0.2.49
尝试将您的 Node 版本更新为 10.x(例如 https://nodejs.org/dist/latest-v10.x/)。之后再次安装 CLI (npm install -g appcelerator titanium alloy
) 和 运行 appc use 7.1.2 --force
以确保所有软件包都已重建并且您应该能够 运行 应用程序
当我尝试 运行 一个基本的 alloy 应用程序(双标签模板)时,我收到此错误:
[ERROR] : : Cannot find module './validators/react/isReactComponent'
[ERROR] : Alloy compiler failed
[ERROR] Application Installer abnormal process termination. Process exit value was 1
但是当我 运行 没有 alloy 的经典应用程序(双标签模板)时,程序 运行 没问题。
我的系统是:
Operating System
Name = Mac OS X
Version = 10.14.5
Architecture = 64bit
Node.js
Node.js Version = 8.9.1
npm Version = 5.5.1
Appcelerator CLI
Installer = 4.2.15
Core Package = 7.1.2
Titanium CLI
CLI Version = 5.2.2
node-appc Version = 0.2.49
尝试将您的 Node 版本更新为 10.x(例如 https://nodejs.org/dist/latest-v10.x/)。之后再次安装 CLI (npm install -g appcelerator titanium alloy
) 和 运行 appc use 7.1.2 --force
以确保所有软件包都已重建并且您应该能够 运行 应用程序