vu.js 설치 후 오류 const wslToWindowsPath = async path

 

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삭제 후 최신버전 설치

 

 

참고자료

stackoverflow.com/questions/55532439/how-to-fix-node-module-live-server-to-use-requireopen-instead-of-requireop

 

github.com/tapio/live-server/issues/305

 

댓글

Designed by JB FACTORY