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

Docs - Wrong npm command to install vue-i18n #773

Closed
Mikilll94 opened this issue Jan 28, 2020 · 3 comments
Closed

Docs - Wrong npm command to install vue-i18n #773

Mikilll94 opened this issue Jan 28, 2020 · 3 comments

Comments

@Mikilll94
Copy link

https://kazupon.github.io/vue-i18n/installation.html#direct-download-cdn

image

Instead it should be:
npm install vue-i18n --save

@exoego
Copy link
Collaborator

exoego commented Jan 28, 2020

Thanks for reporting.
I wonder why you think --save is needed, do you see some error?
What version of npm are you using?

IIUC, the flag became no longer required somewhere around npm 5.0, and dropped from document in https://docs.npmjs.com/cli/install

@Mikilll94
Copy link
Author

Mikilll94 commented Jan 28, 2020

@exoego
Thanks. I didn't know that --save is optional from npm 5.0.0

This issue can be closed.

@exoego
Copy link
Collaborator

exoego commented Jan 28, 2020

OK!
Closing as resolved.

@exoego exoego closed this as completed Jan 28, 2020
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