common.gypi not found error in node.js

前端 未结 2 627
轻奢々
轻奢々 2021-01-08 00:49

I am trying to \"node-gyp configure\" to try to get the ms sql server driver. However, initially it said binding.gypi was missing or something to that effect. Now however it

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-08 01:41

    I've had luck with:

    rm -rf ~/.node_gyp cd myAwesomeProject npm install npm rebuild

    when switching between node 4 and 0.12.4

提交回复
热议问题