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
- 코드품앗이
- 백준
- Vue
- issue
- DART
- 파이썬
- 안드로이드
- cos
- 동적계획법과최단거리역추적
- cos pro
- DFS
- 개발
- C++
- cos pro 1급
- Algorithm
- DFS와BFS
- codingtest
- AndroidStudio
- django
- Flutter
- android
- 코딩테스트
- Python
- 동적계획법
- 안드로이드스튜디오
- 코테
- BAEKJOON
- vuejs
- 알고리즘
- 분할정복
Archives
- Today
- Total
목록Version (1)
Development Artist
[Issue, npm , Ubuntu] bash: /c/Program Files/nodejs/npm: /bin/sh^M: bad interpreter: No such file or directory
이슈 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 문법이 적용되어 있어서 해결 부분 $는 특수 문자로 사용됨. 복붙하면 깨질 수 있음.
Internship
2021. 7. 15. 11:03