-
-
Notifications
You must be signed in to change notification settings - Fork 168
Update readme instructions for packages #37
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
Comments
I had the same issue with npm 7. FIX
Info on errorDocker image: circleci/node:latest output:
The circle ci file:
|
@AMontagu This looks good to me, would you like to send a quick PR for it? Thanks "peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
}, EDIT: Done. Thanks! |
Sorry for the late answer it was Friday night just wake up now. Are you okay to add in the read me the line for vue in devDependencies ? (I can do it this time haha) To avoid having my other issue. |
Alright, please go ahead. Thanks. |
I think the Usage section in the readme should be updated.
With npm7, peerDependencies are being installed automatically, and having it like that, causes issues with installations. At Vuelidate we had this issue, until I actually went in, and copied what I saw from Vueuse. Basically removing the peerDeps altogether :D
I am not sure if that is the right thing to do though :/ Seems to work for Vueuse/core.
The text was updated successfully, but these errors were encountered: