- Issue created by @goose2000
- πΊπΈUnited States smustgrave
Del has been a problem package so you aren't alone
Are you running from inside your container?
- πΊπΈUnited States smustgrave
Maybe del isn't needed? I used it in the past because recompiling wasn't overriding so ended up with duplicates. Though if this is removed and a scss is deleted it won't be removed from the assets folder.
- πΊπΈUnited States goose2000
I guess I should have described my environment:
Windows server 2022 with Node.js installed.I started then to go down a rabbit hole trying to learn difference between commonJS require() and then the newer ESM import methods. I tried to convert the script to use ESM import commands, but that got a different error.
Also tried to downgrade my node-fetch, but it didn't seem to stick. node-fetch -v always showed 3.0.0
https://stackoverflow.com/questions/74278936/i-am-unable-to-downgrade-th...Thanks for the response, I think it's very cool system for accessibility.
- Status changed to Postponed: needs info
6 months ago 2:56pm 2 August 2024 - Status changed to Closed: outdated
6 months ago 3:49pm 2 August 2024 - πΊπΈUnited States smustgrave
Will keep an eye out.
The del npm package is tricky .
- πΊπΈUnited States k.elizabeth
I ran into this same problem when setting up the theme for the first time, so I commented these functions out (cleanUswds, cleanJs, cleanCss) and ran the build. Not sure if there was some other solution for this.