Forums

command error while trying to install tailwind

I'm new to Django tailwind ! while trying to install it i got this error below is there any way that node.js or npm could be install on my venv. probably how can i fix this?

 `CommandError: 
It looks like node.js and/or npm is not installed or cannot be found.
Visit https://nodejs.org to download and install node.js for your system.
If you have npm installed and still getting this error message, set NPM_BIN_PATH variable in settings.py to match path of NPM executable in your system.
Example:
NPM_BIN_PATH = "/usr/local/bin/npm"`

This help page explains how to install Node into your account.