Node-sass acting funky in developer rig

My extension keeps failing to build / run in the developer rig with the following error:

Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 8.x

… but I’m running node 12.14.0 and the project builds successfully in the terminal. I even manually found and patched the binding for Win64 / node 12 in the npm_modules.

Any ideas why the app thinks it’s looking at node 8 when launched from developer rig?

Off hand no, usually it’s something odd with $PATH on Windows

But if you can run your program from the terminal/powershell then you don’t need to use the rig to start it for you.

The “run front end” from the rig is a convenience function. So if you can start it from Terminal run it from there instead. It’s not required to start it from the rig

1 Like