노드js
npm i typescript 할 때 The value "false" is invalid for option "readableHighWaterMark" 뜨는 오류
세객
2019. 7. 30. 07:37
"npm install -G typescript" fails with "npm ERR! The value "false" is invalid for option "readableHighWaterMark"
What is version of NodeJS you are using?
npm.community
본인은 노드 버전 v10.16.0 LTS 버전을 사용중이고 window 환경입니다.
cache.js 파일에
const MAX_MEM_SIZE = 25 * 1024 * 1024 // 25MB
으로 변경해주자 ... ㅠㅠㅠ