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
- cos pro 1급
- 코딩테스트
- codingtest
- cos pro
- 동적계획법과최단거리역추적
- Algorithm
- BAEKJOON
- 백준
- docker
- 분할정복
- 알고리즘
- 개발
- 안드로이드
- Flutter
- AndroidStudio
- android
- django
- DFS
- Python
- 파이썬
- vuejs
- DFS와BFS
- C++
- 안드로이드스튜디오
- cos
- 코드품앗이
- 동적계획법
- 코테
- DART
- issue
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