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

fix(cli): Make tests work on npm 7 #4297

Merged
merged 1 commit into from
Mar 10, 2021
Merged

fix(cli): Make tests work on npm 7 #4297

merged 1 commit into from
Mar 10, 2021

Conversation

jcesarmobile
Copy link
Member

The sample app has a dependency to "latest" of a plugin that doesn't exist, that wasn't a problem on npm 6 since we first install the plugin from a local folder, but on npm 7 it tries to get it from npm after installing the local version for some reason.

This PR changes "latest" with the local file path of the generated plugin.

@Ionitron Ionitron added this to Needs review 🤔 in Capacitor Engineering ⚡️ Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants