tauri-apps / tauri-vscode

Visual Studio Code Extension for Tauri apps development
https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode
Apache License 2.0
460 stars 28 forks source link

doesn't work with nvm #194

Open jkoking opened 1 year ago

jkoking commented 1 year ago

/bin/sh: 1: npm: not found

FabianLars commented 1 year ago

I can't reproduce this - it works fine for me. Can you share the output of nvm -v nvm current and npm run tauri info please?

Also if you just installed nvm/node/npm you may need to restart your apps/system for all environment variables to be found.