django-tailwind icon indicating copy to clipboard operation
django-tailwind copied to clipboard

fix/npm errors on win32

Open sadamasin0 opened this issue 1 year ago • 0 comments

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).

sadamasin0 avatar May 23 '24 23:05 sadamasin0