简体   繁体   中英

Webpack Binding Issue

Hey guys for some reason I keep getting this error when building with sass-loader

Module build failed: Error: Missing binding C:\\TFS_Local\\DPOnGit\\node_modules\\node-sass\\vendor\\win32-ia32-11\\binding.node Node Sass could not find a binding for your current environment: Windows 32-bit with Node 0.10.x Found bindings for the following environments: - Windows 64-bit with Node.js 5.x 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.

Very frustrating as this config has worked on the same machine before without issues.

I had the same problem, rebuilding as suggested by the error message didn't work for me, but running

npm install --save sass-loader

did.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM