node 10 -> 12로 업그레이드하면 npm install에서 [email protected]이 오류가 발생합니다.
Unsupported for [email protected]
2019 년 10 월, 노드 v12는 마침내 LTS가되었습니다
그래서 기존 시스템의 node를 버전 업 해 보았는데, ↓와 같은 에러가 되었습니다!
Cannot download "https://github.com/sass/node-sass/releases/download/v4.11.0/linux_musl-x64-72_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
v12는 더 이상 지원되지 않으므로
[email protected]
로 업데이트해야하는 것 같습니다.npm install [email protected]
이렇게하면 오류가 사라집니다.
node v12는 어디가 새로워졌는지
JavaScript 엔진인 V8은 Node.js v10의
v6.8
v7.4
에서 개인 필드를 정의합니다. (예: #
)이
#name
는 Class내 밖에 사용할 수 없다. Reference
이 문제에 관하여(node 10 -> 12로 업그레이드하면 npm install에서 [email protected]이 오류가 발생합니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/reikkk/items/34d8f646de5397e579b3텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)