Apccelerator Titanium Bug Windows 10

I recently launched Appcelerator Studio on a Windows 10 pro laptop. I cannot start a newly created mobile project. The following error is displayed in the console log:

FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal. 

It looks like a node js v8 engine. Is this someone else having this problem ?.

Edit: an error appears when creating and starting a project (on the Internet or in 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.

+5
source share
1 answer

Your node version seems to be incompatible. Thus, you can check the following blog link to install it on your computer.

Hope this helps.

0
source

Source: https://habr.com/ru/post/1244459/


All Articles