flomesh-io / pipy

Pipy is a programmable proxy for the cloud, edge and IoT.
https://flomesh.io/pipy
Other
743 stars 70 forks source link

Compile Pipy GUI issue #20

Closed Luck0o0 closed 3 years ago

Luck0o0 commented 3 years ago

When I build pipy gui, I got this problem, how to resolve this ? issue

caishu97 commented 3 years ago

It works for me by using npm mirror:

npm install -g cnpm --registry=https://registry.npm.taobao.org cd gui cnpm install cnpm run build cd ../ ./build.sh