erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

Out errors when npm install #1229

Open xiebaochun opened 8 years ago

xiebaochun commented 8 years ago

ERROR in ./~/extract-text-webpack-plugin/loader.js?{"omit":1,"extract":true,"remove":true}!./~/style-loader!./~/css-loader!./~/sass-loader!./~/bootstrap-sass-loader/bootstrap-sass-styles.loader.js!./src/theme/bootstrap.config.prod.js Module build failed: Error: Missing binding E:\workplace\webpack-boilerplate\node_modules\node-sass\vendor\win32-x64-48\binding.node Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 6.x

Found bindings for the following environments:

This usually happens because your environment has changed since running npm install. Run npm rebuild node-sass to build the binding for your current environment. at Object. (E:\workplace\webpack-boilerplate\node_modules\node-sass\lib\index.js:15:11)

johnx7271 commented 7 years ago

most possibly, your node-sass is not installed properly.