The term node not found when running node

I suspect this might have to do with your system path setup for node.

Do you also get the same result if you run node from:

  1. Powershell app
  2. Command Prompt app

no , i do not get the same result

i also get this with nightly

Can you run where node in Powershell and copy the path you get. Then use it in Cursor’s terminal like so:

& "C:\Program Files\nodejs\node.exe" -v

See if that fixes the issue.

2024-02-2821-48-23-ezgif.com-video-to-gif-converter

also doesnt recognise npm

Can you also try it with where.exe node?

It seems like node is not initialized in Powershell then.

You can either try to set it up for Powershell, or use a different type of terminal in Cursor. You can use whatever terminal you used where node was defined.