thank you
@frannie
sorry to ping you - you also had problems with the compiler not working or was it just the error with the wrong path check that caused problems?
I just realized that internally it doesnt handle ānodeā commands the same way it does ānpmā commands, so maybe that is the problem here
Hi @Marcel_Wiessler1
⦠Iām fairly certain that it was just the error with the wrong path check that was the issue, in my case.
Just shout if thereās anything youād like me to specifically check out and/or test ![]()
by user 908977119781060648
Yes
could you try opening the command tester window (via Needle Engine/Internal/Command Tester) and run node --version and let me know what it prints? (use the run in Unity button).
And how did you install node? Are you using brew, nvm or anything else?
Iāll give that a go right now, and let you know asap ![]()
Re: node installation⦠I adhered to the instructions provided via the āGet Startedā page. I canāt remember precisely what advice was given there and Iām afraid I canāt copy and paste the walkthrough as Iāve just noticed that the āsee detailsā link I originally followed no longer works.
by user 908977119781060648
ah ooh, thanks. its that link: Needle Engine Documentation
Cool. I downloaded and installed MacOS Universal 16.17.0
by user 908977119781060648
what version of needle?
i update from site and it only 2.55.0
by user 353918275215818754
2.55.1 is latest ![]()
Hi again @Marcel_Wiessler1
⦠Iāve just set up a brand new test collab sandbox from scratch and run the command tester, which confirmed that Iām running node v 16.17.0
by user 908977119781060648
Ok, thanks for testing!
zsh:1: command not found: node
by user 353918275215818754
How did you install node? Nvm or also using the installer?
What does which node print when you run it in the terminal?
I might have a fix - will publish in a second
i dont remember, maybe with brew (i only recently update node for some other work projects)
by user 353918275215818754
/Users/ivan/.nvm/versions/node/v16.14.0/bin/node
by user 353918275215818754
i have installed node before trying needle, because using it for vue, vite and other js projects
by user 353918275215818754
Ah nvm ok, thanks.
