Closed StasDeep closed 2 years ago
I also encountered the problem just now. I ran npm update
and with the new package-log.json
I don't have the problem anymore.
@ArneVogel great, will you push the updated lock file to master?
I already did. Can you check if that lock file works for you?
Looks to be working now, thanks!
I got this error when trying to build the assets with
npm run deploy
/npm run watch
:Managed to fix it by removing
package-lock.json
and rerunningnpm install
, which indicates that perhaps there's an issue with the lock file?