我正在运行npm run build
并收到以下错误
Node Sass could not find a binding for your current environment: Linux 32-bit with Node.js 4.x
Found bindings for the following environments:
- Windows 64-bit with Node.js 6.x
所以我正在做npm rebuild node-sass
并且它给出了错误
> node-sass@3.10.1 install /root/PokemonGo-Map/node_modules/node-sass
> node scripts/install.js
module.js:327
throw err;
^
Error: Cannot find module '/root/PokemonGo-Map/node_modules/node-sass/scripts/install.js'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Function.Module.runMain (module.js:441:10)
at startup (node.js:139:18)
at node.js:968:3
任何人都可以告诉我这是什么问题?