Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when I install the lib from npm ,it report a error #53

Open
LuoReid opened this issue Mar 25, 2019 · 1 comment
Open

when I install the lib from npm ,it report a error #53

LuoReid opened this issue Mar 25, 2019 · 1 comment

Comments

@LuoReid
Copy link

LuoReid commented Mar 25, 2019

when I install it in a vue demo ,it report a error like flowing this. could you tell me why?

$ npm install -save vue-googlemapsnpm ERR! Unexpected end of JSON input while parsing near '...f352935cc7bbe1d5f644f'

enviroment: vue-simple-project ,webpack

@ElijahKotyluk
Copy link

You can try to run this npm cache clean --force and then reinstall the package.

Or....
Replace the npm registry url.
npm config set registry <registry-url>

then run npm cache clean --force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants