I hope we get many more years of shitposting, cheers.
Hmm looks like some library was updated and it broke the whole build process. I'll try to update everything to use webpack 4 and see if that fixes it
Hmm looks like some library was updated and it broke the whole build process. I'll try to update everything to use webpack 4 and see if that fixes it
I just pushed a fix. Update your local copy with git pull
and then run npm install
and npm run build
again
I just pushed a fix. Update your local copy with `git pull` and then run `npm install` and `npm run build` again
I started over, this time installing node=13.6 and npm=6.13.4, and am getting the same problem while running build.
I'm following this script you wrote (aside from the apt install npm part)
Here's my npm install output
Here's my npm run build output
Here's the NPM logs
Can you tell what I'm doing wrong? Does it have something to do with the npm install WARNs?