Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Python
- 코드품앗이
- DART
- 동적계획법
- 파이썬
- Vue
- android
- BAEKJOON
- django
- 개발
- 분할정복
- 백준
- 코딩테스트
- 동적계획법과최단거리역추적
- codingtest
- Algorithm
- 알고리즘
- cos pro 1급
- vuejs
- 코테
- 안드로이드스튜디오
- AndroidStudio
- issue
- DFS
- cos
- Flutter
- cos pro
- DFS와BFS
- C++
- 안드로이드
Archives
- Today
- Total
Development Artist
[Issue, npm , Ubuntu] bash: /c/Program Files/nodejs/npm: /bin/sh^M: bad interpreter: No such file or directory 본문
Internship
[Issue, npm , Ubuntu] bash: /c/Program Files/nodejs/npm: /bin/sh^M: bad interpreter: No such file or directory
JMcunst 2021. 7. 15. 11:03728x90
반응형
이슈
npm 명령어 사용을 하려고 하면,
"bash: /c/Program Files/nodejs/npm: /bin/sh^M: bad interpreter: No such file or directory" 다음과 같은 에러 메세지를 확인.
해결
1. cd ~
2. vi .bashrc
3. i키 누르고
4. 마지막에 export PATH=$(echo "$PATH" | sed -e 's/:\/mnt[^:]*//g') # strip out problematic Windows %PATH% 의 내용 추가.
주의
현재 블로그내에 Latex 문법이 적용되어 있어서 해결 부분 $는 특수 문자로 사용됨. 복붙하면 깨질 수 있음.
728x90
반응형
'Internship' 카테고리의 다른 글
Comments