gwendall / meteor-simple-schema-i18n

Internationalization for SimpleSchema powered by TAPi18n
35 stars 47 forks source link

error: conflict: constraint templating@1.1.1 is not satisfied by 1.1.0. #25

Open balibou opened 9 years ago

balibou commented 9 years ago

Hello when I try to install this package I have this compatibility error :

=> Errors while adding packages:

While selecting package versions: error: conflict: constraint templating@1.1.1 is not satisfied by 1.1.0. Constraints on templating come from:

aldeed:autoform@5.3.0 gwendall:simple-schema-i18n@0.1.0 meteor-platform@1.2.2 meteor-platform@1.2.2 -> autoupdate@1.2.0 -> webapp@1.2.0 -> boilerplate-generator@1.0.3 -> spacebars@1.0.6 useraccounts:bootstrap@1.8.1
guruganeshm commented 9 years ago
meteor update 

will solve this issue.