Node npm error - could not determine executable to run

I was trying to install tailwind css using npm on my python django project in vscode, and for some reason kept running into the following error messages: npm ERR! could not determine executable to run

So then i tried it with other project folders, same error. Other IDE's, same error. I then uninstalled and reinstalled node altogether, and yet that did not fix it. I now cant use tailwind in my project because of this as im unable to install it using npm, or even the django-tailwind packages. Any idea whats wrong with my Node? How do I fix it?

Вернуться на верх