Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MSB8020
- default path
- MFC
- Linux
- 누마 누마
- DIR함수
- MySQL
- mysql 응답없음
- Pivotal
- 응답없음
- 다이얼로그 복사
- Vuetify
- mysql -u root -p
- componentDidUpdate
- default profile
- useEffect
- tailwindcss
- Numa Numa
- vue config
- 디렉터리 파일 검색
- explore.exe
- window terminal
- windows-build-tools
- 상단 메뉴 없애기
- error MSB8020
- Visual Studio
- 머신 러닝
- startingDirectory
- Before start of result set
- error
Archives
- Today
- Total
목록windows-build-tools (1)
갓토리
Can't find Python executable
npm을 이용해서 모듈 설치할 때 가끔 (특히 윈도우 환경에서) `Can't find Python executable` 에러가 뜰 경우가 있다. 해결방법 (안되는 경우도 있음) npm --add-python-to-path='true' --debug install --global windows-build-tools 위 명령어를 치면 시간이 좀 오래 걸린다. 설치가 끝난 후 해당 프로젝트에서 package-lock.josn이 있으면 제거 후 npm i 를 해본다.
IT/그외
2020. 11. 16. 22:38