meteorite - meteor > error: no such package: 'accounts-urls' -


running latest meteor 0.6.5 got error:

ok, everything's ready. here comes meteor!

=> errors while scanning packages:

while building package accounts-ui-bootstrap-dropdown: error: no such package: 'accounts-urls'

any appreciated, thnx

it's because on 0.6.5 , package hasn't been updated yet work that, there lot of api changes in way format package.js file , packages on meteorite haven't been updated adhere new style yet break.

recommendation:

1 use command downgrade , wait few weeks until atmosphere packages corrected

"the way downgrade is:

$ meteor update --release 0.6.4.1

... won't undo other change updating app 0.6.5 did. you'll want edit ".meteor/packages" file , remove line "standard-app-packages". "

2 send pr package creator updated package.js file adhering api rules listed here

https://github.com/meteor/meteor/blob/devel/history.md

file needs updated:

https://github.com/erobit/meteor-accounts-ui-bootstrap-dropdown/blob/master/package.js


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -