작성
·
35
0
안녕하세요
npm install vue@3.1.9
로 설치하라고 하셨는데,
> npm install vue@3.1.9
npm ERR! code ETARGET
npm ERR! notarget No matching version found for vue@3.1.9.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
라고 나오고,
npm view vue versions 에도 3.1.9버전이 없는데
그 다음 버전으로 보이는 3.2.0-beta.1 로 설치해도 될까요?
답변 1
0
안녕하세요 🙂
npm install vue@3.1.9 가 아니라
npm init vue@3.1.9 또는 npm create vue@3.1.9 입니다 👍
install --> init