Node Sass could not -bit with Node.js .x Found bindings for the following environments: - OS X -bit with Node.js .x This usually happens because your environment has changed since running `npm install`. Run `npm rebuild node-sass --force` to build th…
先出现的是超过最大调用栈问题: npm ERR! Maximum call stack size exceeded 百度之后说给npm降级或者升级 降级 : npm install -g npm@5.4.0 升级 : npm install -g npm 升级到最新版 结果降级之后再尝试的时候就直接报版本跟node.js不兼容的问题,然后各种在升级都不好使,只能重新删掉在升级. You are likely using a version of node-tar or npm that is…