본문 바로가기
CLOUD/AWS

Amplify CLI init 오류(syntax)

by Rainbound-IT 2021. 8. 31.
반응형

amplify init 하면 기본설정파일인데 오류가 발생한다.

 

이것은 npm과 nodejs 의 버전이 너무 오래됐을경우 발생한다...

 

따라서 업데이트 해주면됩니다.

 

npm 은 

npm -v로 확인하고

(OSX, Linux, etc.)

npm install -g npm@latest 로 최신버전으로 업그레이드 가능합니다.

 

윈도우는 귀찮으니 링크로.. 대체하겠습니다.

 

https://docs.npmjs.com/try-the-latest-stable-version-of-npm

 

Try the latest stable version of npm | npm Docs

Documentation for the npm registry, website, and command-line interface

docs.npmjs.com

 

반응형

댓글