unsupported platform for fsevents

Tony·2021년 8월 2일
0
$ npm i
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS:    darwin
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   win32
npm ERR! notsup Actual Arch: x64

npm audit fix 으로 안됨

모듈은 없는데 package.json.lock은 있어서 삭제 후 다시 npm i 하니 됨

참고 문헌

profile
움직이는 만큼 행복해진다

0개의 댓글