Vulcan: Conflict: Constraint vulcan:lib@1.8.6 is not satisfied by vulcan:lib 1.4.0

I am currently on 1.8.6 and I am trying to deploy to Galaxy.

I am getting this error:

While selecting package versions:
error: Conflict: Constraint vulcan:lib@1.8.6 is not satisfied by vulcan:lib 1.4.0.
Constraints on package "vulcan:lib":
* vulcan:lib@1.8.6 <- vulcan:core 1.8.6
* vulcan:lib@1.8.6 <- vulcan:users 1.8.6 <- vulcan:core 1.8.6
* vulcan:lib@1.8.6 <- vulcan:routing 1.8.6 <- vulcan:core 1.8.6
* vulcan:lib@1.8.6 <- vulcan:i18n 1.8.6 <- vulcan:core 1.8.6
* vulcan:lib@1.8.6 <- vulcan:debug 1.8.6 <- vulcan:core 1.8.6

I deleted .versions but can’t deploy. I am not sure how to solve this dependency issue.

To add to this list. I don’t think it is necessary to include vulcan:debug in vulcan:core. I believe it is better to include debug in my .meteor/packages when I need it.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 18 (9 by maintainers)

Most upvoted comments

This worked for me:

  1. delete ./.meteor/local folder
  2. remove all pined versions in your projects package.js
  3. METEOR_PACKAGE_DIRS=“…/vulcan-base/packages” meteor update --all-packages