ionic-team / ionic-team/vscode-ionic
/bin/sh: line 1: npm: command not found using linux, nvm
- Lenguaje dominante
- TypeScript
- Estrellas
- 15
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hey,
The issue is similar to the mac related error discussed here: https://github.com/ionic-team/vscode-extension/issues/90

The ```/bin/sh: line 1: npm: command not found``` error disappears when I'm change "Shell Path" in ionic plugin settings to this
```bash
PATH=$PATH:/home/sudosu/.nvm/versions/node/v20.9.0/bin /bin/zsh
```
In this case I get a failed state without reason.

Environment:
- OS: Manjaro
- Node version: v20.9.0
- NPM Version: 10.1.0
What can I do to fix this issue?
Thanks in advance!
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.