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

Provide yarn alternative in missing dependency error #7

Open
rchl opened this issue Aug 31, 2019 · 1 comment
Open

Provide yarn alternative in missing dependency error #7

rchl opened this issue Aug 31, 2019 · 1 comment

Comments

@rchl
Copy link

rchl commented Aug 31, 2019

Since yarn is popuplar in nuxt ecosystem, It would probably make sense to also mention command for yarn for installing depedency.

return `To install it, you can run: npm install --save ${moduleNames.join(' ')}`
}
return `To install them, you can run: npm install --save ${moduleNames.join(' ')}`

@rchl
Copy link
Author

rchl commented Aug 31, 2019

Although this warning is rarely accurate as it mentions just files that don't exist as packages. :)

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

1 participant