hugolden commented 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= "@<my-scope>/ <plugin name>".
   
   When adding the plugin,  the dependency plugin can be fetched correctly, 
while cordova CLI will raise error: Expected plugin to have ID 
"@<scope>/<plugin name>" but got "<plugin name>"
   
   I found that the target plugin was fetched to the <scope> folder under 
plugin folder while the dependency plugin is under the plugin folder **NOT** 
the <scope> 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]

Reply via email to