VUE installs vue-photo-preview plug-in error

clipboard.png

it is not possible to delete node_models and re-npm I, or to find a solution on the Internet.

Oct.12,2021

is the problem with your npm source. I can install it here normally, using the image of Taobao. There are two solutions:
1, npm install vue-photo-preview-- save-- registry= https://registry.npm.taobao.org
2, go directly to github to download the source code, and use js file


to create files in the dist directory. You can make the administrator's powershell install


.

install it with cnpm in China

//cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org 

//cnpm 
cnpm install vue-photo-preview --save

Link description

Menu