adobe-webplatform / eve

Custom events…
http://dmitry.baranovskiy.com/eve/
Apache License 2.0
316 stars 111 forks source link

Vue admin encountered an issue with npm install #35

Open takumi-wu opened 11 months ago

takumi-wu commented 11 months ago

hi, this is git address git://github.com/adobe-webplatform/eve.git is not avalible,but have so much program dependency this address, then my very program not npm install.I come from china developer,i have a vue-admin program ,this program use eve. Is there a way to replace this address

Ruffianjiang commented 10 months ago
git config --global url."[https://github".insteadOf](https://github%22.insteadof/) git://github
npm install --registry=https://registry.npm.taobao.org/
qiannian98 commented 9 months ago

Replace git:// with https://

git config --global url."https://github".insteadOf git://github

上面那条回复的配置有点问题,这条可以用