lol-pick-ban-ui icon indicating copy to clipboard operation
lol-pick-ban-ui copied to clipboard

issue with npm start for layout-europe

Open AkashSeewoosurran opened this issue 4 years ago • 4 comments

I was able to install node and start the backend but when i do npm install inside the "layout/layout-europe" i get this error. any idea on what the issue is if its not npm related?

unknown

AkashSeewoosurran avatar Oct 18 '20 18:10 AkashSeewoosurran

Hmm, never have seen that issue before. Do you maybe have another version of terser installed, rather than the one demanded by the package lock? I'll have a look to update it at some point.

Laraakaa avatar Oct 20 '20 09:10 Laraakaa

Hmm, never have seen that issue before. Do you maybe have another version of terser installed, rather than the one demanded by the package lock? I'll have a look to update it at some point.

I have find the same issue too after i updated my terser which terser version is recommended?

Deathscourer avatar Oct 20 '20 10:10 Deathscourer

Hmm, never have seen that issue before. Do you maybe have another version of terser installed, rather than the one demanded by the package lock? I'll have a look to update it at some point.

Any update @LarsBaertschi ?

Deathscourer avatar Nov 12 '20 14:11 Deathscourer

How I got the Europe layout to run after a failed install is to enter npm install --force this just bypasses the safety checks which seemed to work for me.

BRFrags avatar Apr 22 '21 08:04 BRFrags