简体   繁体   中英

Meteor - Constraints on package with unknown “top level”

I meet many errors like this after merging an update from my fork source:

No version of standard-minifier-js satisfies all constraints: @2.6.0, @~2.5.2
Constraints on package "standard-minifier-js":
* standard-minifier-js@2.6.0 <- top level
* standard-minifier-js@~2.5.2 <- top level

When I open .meteor/packages , I see only standard-minifier-js@2.6.0 , and I don't know where the ~2.5.2 comes from. What does the message top level mean other than what's written in .meteor/packages ?

The second top level means meteor itself since I have downgraded meteor to 1.8.3.

meteor update --release 1.8.3 --all-packages fixed the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM