[AC-5134] WIndows: Hyperloop not working after plain install
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2017-11-02T20:36:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI |
Labels | hyperloop, windows, windows10 |
Reporter | Creative |
Assignee | Shak Hossain |
Created | 2017-08-09T18:32:56.000+0000 |
Updated | 2017-11-02T20:36:26.000+0000 |
Description
I've installed
npm install appcelerator -g
, ran the setup and installed the JDK. The default Alloy project will not run with Hyperloop active as a module. spawn javac ENOENT
error.
Debug log: https://pastebin.com/EdRUsM0n
I've checked different combinations including the "correct" JDK version (32bit on a 64 bit machine), correct Node version (4.x as stated by some sources from Google, probably very outdated?).
I'm trying to use the platform without the Studio because I think the whole IDE integration is sub-par and shows too much magic behind the scenes.
[~uzbbert] Are you able to run
javac
from command prompt? If not make sure that the JDK location is in your path and you've restarted command prompt so those changes takeoh yes thanks ofcourse thats what i forgot... I couldnt figure that out with this error message.
[~uzbbert] Thanks for the update, I'll investigate why our current checks didn't catch this and then possibly rework this ticket
Hello, what is the SDk version and node version you are using?
Hello, looks to be node js issue. Try updating nodejs.