question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error executing "manage.py tailwind start"

See original GitHub issue

help 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:closed
  • Created 4 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
akashvibhutecommented, Mar 26, 2020

for all windows users, replace the start script in package.json with following -

"start": "watch \"npm run build-postcss\" ./src"

@timonweb maybe you can add this in readme.

0reactions
denno9commented, Apr 2, 2020

for all windows users, replace the start script in package.json with following -

"start": "watch \"npm run build-postcss\" ./src"

@timonweb maybe you can add this in readme.

this worked for me, thank you

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found