failing to install mongoose npm

前端 未结 1 1880
感动是毒
感动是毒 2021-01-25 14:58

I am installing mongoose as an npm. I am getting back a bunch of errors. I did a npm install of npm install -g node-gyp from a post I read about with a similar problem.

相关标签:
1条回答
  • 2021-01-25 15:43

    It is complaining about the library lgcc_s.10.5 not existing on your system. You can see a similar issue with Homebrew here. If you are on Mac, then the proposed solution is to upgrade to XCode 7.

    Figure out your XCode version:

    vinay@chocobo-2:~ $ xcodebuild -version
    Xcode 7.0.1
    
    0 讨论(0)
提交回复
热议问题