hugolden edited a comment on issue #539: URL: https://github.com/apache/cordova-cli/issues/539#issuecomment-825590511
Hey guys, I found scoping can cause many issues. I defined the dependency of my plugin with id= "@foo/ my-plugin-bar. When adding the plugin, the dependency plugin can be fetched correctly, while cordova CLI will raise error: Expected plugin to have ID "@foo/my-plugin-bar" but got "my-plugin-bar" I found that the target plugin was fetched to the foo folder under plugin folder while the dependency plugin is under the plugin folder **NOT** the foo folder. I believe this is causing the failure on looking up for the dependency. Is it a bug? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
