반응형
프로젝트 구성후 css import 시에 위와 같은 오류 발생시, 구글링을 해본 결과 nodejs 버전이 낮을 경우 발생을 한다.
nodejs 를 업데이트 해준 후 서버를 재시작 해주면 정상 동작한다. windows 경우에는 nodejs 에서 installer 로 업데이트 해주면 된다.
Update to : node version 14.6.* this should resolve it.
https://nodejs.org/ko/download/package-manager/
출처: https://laracasts.com/discuss/channels/laravel/npm-run-dev-problem-in-fresh-laravel-project
반응형
'웹프로그래밍 > node.js & Typescript' 카테고리의 다른 글
Discord.js) Error: aborted (0) | 2022.07.21 |
---|---|
Ubuntu) node.js 업그레이드 안됨 해결 (0) | 2022.07.21 |
Node.js / Express.js - How to override/intercept res.render function? (0) | 2020.07.08 |
안전한 any 타입 만들기 (0) | 2020.02.11 |
[node.js] require is not defined in typescript (0) | 2018.08.30 |