25

I hope we get many more years of shitposting, cheers.

I hope we get many more years of shitposting, cheers.

36 comments

[–] ct_man 0 points (+0|-0)

Thanks for the reply. I'm using node 8.10.0 and npm 3.5.2, which is what came with Ubuntu 18.04 and the apt install npm command in that script. What distro and version are you using?

[–] Polsaker [OP] 0 points (+0|-0)

for our production servers we're using debian, but we use the node repos that have the latest versions of node/npm, since the ones in the official repos are quite old

[–] ct_man 0 points (+0|-0)

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?

[–] Polsaker [OP] 0 points (+0|-0)

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