You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the instructions in the installation guide were followed correctly. I use WSL, which uses Ubuntu 22.04.3, and I use nvm to download Node. Everything ran with no error messages or warnings up until python manage.py tailwind start which gives the following message:
maybe I'm here late but for other people with that same issue, the problem comes when you want to execute code in Linux (run the servers) from a disk with a NTFS (Microsoft filesystem), i solved it copying the project folder to ext file system, in this case inside the wsl Ubuntu disk or virtual partition, to maintain the project updated use git, if that doesn't work check the permissions of the folder, and use chmod
All the instructions in the installation guide were followed correctly. I use WSL, which uses Ubuntu 22.04.3, and I use nvm to download Node. Everything ran with no error messages or warnings up until
python manage.py tailwind start
which gives the following message:sh: 1: cross-env: Permission denied
Does anyone know what's going on here? Any help would be appreciated!
The text was updated successfully, but these errors were encountered: