-
Summarycan anyone help we with this error : Error evaluating Node.js code Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 14 replies
-
🤔 are you using the right Node.js version for your OS architecture? Run, |
Beta Was this translation helpful? Give feedback.
-
hey, I too got the same error, resolved after installing c++ from the below link. that may help someone |
Beta Was this translation helpful? Give feedback.
-
please make sure you have Latest Microsoft Visual C++ Redistributable Version |
Beta Was this translation helpful? Give feedback.
-
https://aka.ms/vs/17/release/vc_redist.x64.exe worked for me |
Beta Was this translation helpful? Give feedback.
-
This still isn't working for me, even after installing the above vc_redist |
Beta Was this translation helpful? Give feedback.
-
I recently changed npm os config to linux attempting to get something to work on my machine. The fix for me was to run You can check to see if you have an os config set by running |
Beta Was this translation helpful? Give feedback.
-
on local, some of these fixes worked, on production [SyntaxError: global.css: Cannot find module '../lightningcss.linux-x64-gnu.node'] Here is my fix = npm list lightningcss This command will list all the packages using lightningcss with its version if you see any version mismatch that's the problem you can solve this by running npm dedupe This solved the issue for me hope works for you as well. |
Beta Was this translation helpful? Give feedback.
I search for the error message, tailwindlabs/tailwindcss#16653 (comment) and it looks like, you have to install some Microsoft update?