Reputation: 389
I have recently instaled Appcelerator studio on a windows 10 pro laptop. I can't run a recently created mobile project. The following error is showing in console log:
FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
It appears to be node js v8 engine. It's someone else having this issue?.
Edit: The error appears when building and running a project (Web or windows)
Operating System Name = Microsoft Windows 10 Pro Version = 10.0.10586 Architecture = 64bit # CPUs = 8 Memory = 8402731008 Node.js Node.js Version = 5.6.0 npm Version = 3.6.0 Titanium CLI CLI Version = 5.0.6 Titanium SDK SDK Version = 5.2.0.GA SDK Path = C:\ProgramData\Titanium\mobilesdk\win32\5.2.0.GA Target Platform = mobileweb Command C:\Program Files\nodejs\node.exe C:\Users\User\.appcelerator\install\5.2.0\package\node_modules\titanium\lib\titanium.js build run --platform mobileweb --log-level trace --sdk 5.2.0.GA --project-dir F:\Test2 --deploy-type development --skip-js-minify --no-colors --no-progress-bars --no-prompt --prompt-type socket-bundle --prompt-port 18643 --config-file C:\Users\osc4r\AppData\Local\Temp\build-1457498056292.json --no-banner --project-dir F:\Test2 [INFO] : Found Titanium plugin id=ti.alloy version=1.0 FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
Upvotes: 5
Views: 1015
Reputation: 115
It seems your node version is not compatible. So you can check out the following blog link to install it in your machine
Hope this helps.
Upvotes: 0