My app was working well with version 0.8.3, but I tried to update to version 0.9.2.2 because the terminal says this:
=> Errors prevented startup:
While building the application:
error: no such package: 'iron-router'
error: no such package: 'spin'
error: no such package: 'momentjs'
error: no such package: 'iron-router-progress'
error: no such package: 'zurb-foundation'
error: no such package: 'accounts-entry'
=> Your application has errors. Waiting for file change.
I tried meteor update and the terminal printed this:
This project is at the latest release which is compatible with your current package constraints.
I checked the release file in .meteor and it says 0.8.3, so I created a new app added all the packages that I had and paste in the new app all the code that I had.
When I first tried to enter in the new app the console printed this error:
<deprecated> [Router] 'before' is deprecated. Please use 'onBeforeAction' instead. Error
I used 'onBeforeAction' instead of 'before', and I tried again to enter in the new app, and then nothing: the server and the console doesn't print any error and in the browser instead of my data it shows [object Object]
I'm completely lost, so any help with this it would be great.
Thanks in advance.