잔글 (Jmnote님이 -bash: npm: command not found 문서를 Bash: npm: command not found 문서로 이동했습니다) |
|||
| 2번째 줄: | 2번째 줄: | ||
;<nowiki>-bash: npm: command not found</nowiki> | ;<nowiki>-bash: npm: command not found</nowiki> | ||
==1== | |||
<syntaxhighlight lang='console'> | <syntaxhighlight lang='console'> | ||
root@localhost:~# npm | root@localhost:~# npm | ||
| 9번째 줄: | 10번째 줄: | ||
root@localhost:~# node -v | root@localhost:~# node -v | ||
v10.21.0 | v10.21.0 | ||
</syntaxhighlight> | |||
==2== | |||
<syntaxhighlight lang='console'> | |||
root@tester:~/go/src/github.com/jmnote/hello/web# npm install | |||
bash: npm: command not found | |||
</syntaxhighlight> | |||
<syntaxhighlight lang='console'> | |||
root@tester:~/go/src/github.com/jmnote/hello/web## node -V | |||
bash: node: command not found | |||
</syntaxhighlight> | </syntaxhighlight> | ||
==같이 보기== | ==같이 보기== | ||
* [[ | * [[bash: node: command not found]] | ||
[[분류: npm]] | [[분류: npm]] | ||
[[분류: command not found]] | [[분류: command not found]] | ||
2021년 12월 27일 (월) 10:54 판
1 개요
- -bash: npm: command not found
2 1
Console
Copy
root@localhost:~# npm
-bash: npm: command not found
Console
Copy
root@localhost:~# node -v
v10.21.0
3 2
Console
Copy
root@tester:~/go/src/github.com/jmnote/hello/web# npm install
bash: npm: command not found
Console
Copy
root@tester:~/go/src/github.com/jmnote/hello/web## node -V
bash: node: command not found
4 같이 보기
편집자 Jmnote bot Jmnote
로그인하시면 댓글을 쓸 수 있습니다.