UnownHash / Rotom

9 stars 7 forks source link

Build problem with node 18.15.0 #4

Closed Pogodenhelder closed 11 months ago

Pogodenhelder commented 11 months ago

Building Rotom with node 18.15.0 as per instructions result in the following build error.

https://pastebin.com/qLuqz4wr

Fabio1988 commented 11 months ago

tried npm install too?

Pogodenhelder commented 11 months ago

Yes Fabio, tried it.. but still when doing npm run build the errors pop up

Pogodenhelder commented 11 months ago

Problem is with the audit fix that will break building.

So best is npm ci --no-audit. then npm run build

Fabio1988 commented 11 months ago

Solved, npm audit fix is a manual command, probably suggested after npm install, never do that ;)