apache/skywalking-ui

when execute " npm install " error occur

aeolusheath opened this issue · 1 comments

node version is v10.12.0

image

how can I execute 'npm install 'correctly ?

if I use 'yarn install ' , then there is no error .

but when run ' npm start '

image

finally, I modify node version to v10.2.0.

then execute 'npm cache clean --force'

and execute 'npm install '

it works for me