C-sharp component not being generated

thank you

@frannie :beer: 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 :cactus: … 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 :+1:

by user 908977119781060648

Yes :slightly_smiling_face: 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 :+1:

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 :slightly_smiling_face:

Hi again @Marcel_Wiessler1 :cactus: … 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.