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
You’re right, this is definitely something we should do. If you’d like, feel free to submit a PR! Seems like you’ve already done most of the work in your comment. Or I can implement this myself if that’s not something you’re interested in.
Instead of hardcoding the "/" to the entries
NPM_FILE_PATTERNS
you need to useos.path.join
, as per: kevin1024/django-npm#15For example:
TIA
The text was updated successfully, but these errors were encountered: