sass / node-sass

:rainbow: Node.js bindings to libsass
https://npmjs.org/package/node-sass
MIT License
8.51k stars 1.33k forks source link

Binary problem sass 9.0.0 #3400

Closed joni1087 closed 7 months ago

joni1087 commented 7 months ago

Hi,

I'm having problems trying to compiled a project.

Binary has a problem: Error: ...............\node_modules\node-sass\vendor\win32-x64-120\binding.node is not a valid Win32 application.

\node_modules\node-sass\vendor\win32-x64-120\binding.node npm ERR! at Module._extensions..node (node:internal/modules/cjs/loader:1473:18) npm ERR! at Module.load (node:internal/modules/cjs/loader:1207:32) npm ERR! at Module._load (node:internal/modules/cjs/loader:1023:12) npm ERR! at Module.require (node:internal/modules/cjs/loader:1235:19) npm ERR! at require (node:internal/modules/helpers:176:18) npm ERR! at module.exports (C:\Proyectos\Repositorios\ecommerce_simulator\node_modules\node-sass\lib\binding.js:19:10) npm ERR! at Object. (C:\Proyectos\Repositorios\ecommerce_simulator\node_modules\node-sass\lib\index.js:13:35) npm ERR! at Module._compile (node:internal/modules/cjs/loader:1376:14) npm ERR! at Module._extensions..js (node:internal/modules/cjs/loader:1435:10) npm ERR! at Module.load (node:internal/modules/cjs/loader:1207:32) { npm ERR! code: 'ERR_DLOPEN_FAILED'

This project is running fine in another computer. I checked compatibility versions, but it's ok !

joni1087 commented 7 months ago

I reinstalled Node and Python