`node-pre-gyp install --fallback-to-build` failed during MeanJS installation on OSX

后端 未结 16 2266
遇见更好的自我
遇见更好的自我 2020-12-13 23:59

I just bought myself a mac book after using Windows for a long time.

I was trying to work on a MeanJS project that I had been working on. Doing npm install

16条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-14 00:35

    I was solved this problem too: Just reinstall node to LTS version by nvm:

    nvm install --lts
    
    nvm use --lts
    

    Then rm -rf node_modules And npm i

提交回复
热议问题