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.
Just to re-cap where this issue stands: @jackkav has gratefully started PR #7350 to address this issue, but it was closed due to inactivity. If anyone encounters this issue and would like to help contribute to Meteor, please consider taking a look at (and ideally finishing off) PR #7350. Thanks!
hwillson
added a commit
to hwillson/meteor
that referenced
this issue
Nov 9, 2017
Fixes an issue preventing the installation of scoped Cordova
packages. For example,
`meteor add cordova:@somescope/some-cordova-plugin@1.0.0`
will now work properly.
Fixesmeteor#7336.
This issue appears to be due to line 1911 of meteor/tools/cli/commands-packages.js
let [id, version] = target.split('@');
I would expect this to remove the first element in the array and append @ to the first if three exist.
Meteor 1.3.3
Can be reproduced using the above meteor add.
The text was updated successfully, but these errors were encountered: