npm install -g @vue/cli @vue/cli-init
로 설치 후
vue -V
시 오류 발생
const wslToWindowsPath = async path => {
^^^^
SyntaxError: Unexpected identifier
at Object.exports.runInThisContext
at Module._compile
블라블라
해결방법
예전 버전 node.js삭제 후 최신버전 설치
참고자료
github.com/tapio/live-server/issues/305
'프로그래밍 > nuxt.js,node.js' 카테고리의 다른 글
node.js 설치 (0) | 2021.07.12 |
---|---|
nuxt.js 시작 참고 사이트 (0) | 2021.05.27 |
노드 api 서버 npm install 시 발생하는 에러 (0) | 2021.04.22 |
[초간단] nuxt.js 설치 및 개발 환경-오류해결 (0) | 2021.04.22 |
npm install시 오류 - npm does not support Node.js (0) | 2021.04.21 |