You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've had to remove a workaround in Meteor 1.3, which leads to the issue previously reported in #104 reappearing:
toEnd: wrong arguments-i18n-compiler` fr... /
to: wrong arguments
This is due to shelljs (which is a dependency of the Cordova packages we use) modifying String.prototype to add to and toEnd functions, and this conflicting with the stringjs. The current version of tap:i18n depends on simple-schema 1.3.0, which has a dependency on stringjs.
I don't know enough about this project and the reasons for depending on an older version of simple-schema, but is there any way you could upgrade?
Since simple-schemahas now removed the string.js dependency, that would at least solve the issue until this has been fixed in shelljs and the Cordova packages that use it have updated their dependencies.
The text was updated successfully, but these errors were encountered:
We've had to remove a workaround in Meteor 1.3, which leads to the issue previously reported in #104 reappearing:
This is due to
shelljs
(which is a dependency of the Cordova packages we use) modifyingString.prototype
to addto
andtoEnd
functions, and this conflicting with thestringjs
. The current version oftap:i18n
depends onsimple-schema
1.3.0, which has a dependency onstringjs
.I don't know enough about this project and the reasons for depending on an older version of
simple-schema
, but is there any way you could upgrade?Since
simple-schema
has now removed thestring.js
dependency, that would at least solve the issue until this has been fixed inshelljs
and the Cordova packages that use it have updated their dependencies.The text was updated successfully, but these errors were encountered: