일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- git
- kubernetes
- 리액트
- docker
- Spring
- MySQL
- 쿠버네티스
- Java
- AWS
- design pattern
- Spring Boot
- Python
- 스프링
- Kotlin
- 스프링부트
- github
- DataGridView
- Winform
- react
- 자바
- 도커
- 리팩토링
- mybatis
- 코틀린
- machine-learning
- VOA
- springboot
- c#
- 마이바티스
- 파이썬
Archives
- Today
- Total
보뇨 다이어리
Error: Cannot find module 'internal/util/types' 에러 본문
반응형
npm 으로 새 프로젝트 만들다가 갑자기 이런 오류남
아무리 프로그램 추가/제거에서 삭제해도 같은 오류를 뱉어내니 어디 글로벌변수라도 있는건가 싶어서 찾아봤더니 진짜 있더라... 바로 이렇게 진행하면 된다!
Go to \global_modules\node_modules, (C:\Users\youruser\AppData\Roaming\npm ) (C:\Users\youruser\AppData\Roaming\npm-cache)**
Delete the "npm" folder and all its contents,
Go to https://nodejs.org,
Download the "Recommended For Most Users" version),
Install it
출처
반응형
'프론트엔드' 카테고리의 다른 글
CORS 문제해결하기 (0) | 2020.05.03 |
---|---|
jsconfig.json 에 대한 이해 (0) | 2020.04.19 |