error executing "manage.py tailwind start"
See original GitHub issuehelp please when I run: python manage.py tailwind start I get the following error:
`C:\Users\DAVID\PycharmProjects\Tailwind\theme\static_src\node_modules\watch\main.js:73 if (err) throw err; ^
[Error: ENOENT: no such file or directory, stat ‘C:\Users\DAVID\PycharmProjects\Tailwind\theme\static_src\run’] {
errno: -4058,
code: ‘ENOENT’,
syscall: ‘stat’,
path: ‘C:\Users\DAVID\PycharmProjects\Tailwind\theme\static_src\run’
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! django_tailwind@ start: watch 'npm run build-postcss' ./src
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the django_tailwind@ start script.
`
Is it a problem with the configuration? or django-tailwind
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Can't Start Django-Tailwind in Dev Mode - Stack Overflow
One thing I noticed is that the command that it is failing on uses watch , which is not a Windows command. However,...
Read more >Tailwind and Django not working : r/djangolearning - Reddit
Trying to get Tailwind to work with Django. I followed the Tailwind Django. Start the app with python manage.py runsererver and python ...
Read more >Installation — Django-Tailwind 2.0.0 documentation
Start the development server by running the following command in your terminal: python manage.py tailwind start. Check out the Usage section for information ......
Read more >How to set up Webpack and TailwindCSS in a Django Project
In that new terminal window first, run poetry run python manage.py collectstatic , then start the Django server there with poetry run python...
Read more >How to Integrate Django-Tailwind Styling in an Application
We have started the myprojectapp project and made the comment app as well. We also started the Django server with the command python...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
for all windows users, replace the start script in package.json with following -
@timonweb maybe you can add this in readme.
this worked for me, thank you