django-tailwind
django-tailwind copied to clipboard
fix/npm errors on win32
Shell=True is needed to make pure npm command work on Windows.
It resolved my issue, when CommandError appeared with exception from 33 row of npm.py file.
Fix as per this stackoverflow thread, worked in my case (Python 3.11, Windows 11).