I have npm installed via nvm on Windows but keep getting this error:
Error:
0: command failed: "npm install --global @fission-ai/openspec", error: Error { kind: NotFound, message: "program not found" }
Expected Outcome
npm install should work since running npm -v returns me the version of my node package manager.
- Even if one backend fails, other backends should still install software
I have npm installed via nvm on Windows but keep getting this error:
Expected Outcome
npm installshould work since runningnpm -vreturns me the version of my node package manager.