meteor - How to determine which package has a particular dependency constraint? -


> meteor update following top-level dependencies not updated latest version available:  * mdg:camera 1.2.0 (1.3.0 available)       > meteor add mdg:camera@1.3.0  => errors while adding packages:               while selecting package versions: error: conflict: constraint isobuild:cordova@5.4.0 not satisfied isobuild:cordova 5.2.0. constraints on package "isobuild:cordova": * isobuild:cordova@5.4.0 <- mdg:camera 1.3.0 

so think need figure out package depends on isobuild:cordova 5.2.0 , upgrade/edit use 5.4.0?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -