[SOLVED] Meteor 2.7.3 don't start with this error

Hi, I have update from 2.1 to 2.7.3 and now meteor don’t run, this is error:

=> Started proxy.                             
=> Started MongoDB.                           
W20220812-16:05:04.937(2)? (STDERR) /home/----/.meteor/packages/promise/.0.12.0.7cv555.76nvp++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/meteor-promise/promise_server.js:218
W20220812-16:05:04.966(2)? (STDERR)       throw error;
W20220812-16:05:04.967(2)? (STDERR)       ^
W20220812-16:05:04.967(2)? (STDERR) 
W20220812-16:05:04.968(2)? (STDERR) Error: AccountsTemplates: You must add at least one account service!
W20220812-16:05:04.968(2)? (STDERR)     at AT._init (packages/useraccounts:core/lib/server.js:19:11)
W20220812-16:05:04.969(2)? (STDERR)     at packages/useraccounts:core/lib/server.js:183:21
W20220812-16:05:04.969(2)? (STDERR)     at Function.time (/home/----/Documenti/GitHub/prevenzionecantieri/.meteor/local/build/programs/server/profile.js:273:30)
W20220812-16:05:04.970(2)? (STDERR)     at /home/----/Documenti/GitHub/prevenzionecantieri/.meteor/local/build/programs/server/boot.js:415:15
W20220812-16:05:04.970(2)? (STDERR)     at /home/----/Documenti/GitHub/prevenzionecantieri/.meteor/local/build/programs/server/boot.js:465:7
W20220812-16:05:04.971(2)? (STDERR)     at Function.run (/home/----/Documenti/GitHub/prevenzionecantieri/.meteor/local/build/programs/server/profile.js:280:14)
W20220812-16:05:04.971(2)? (STDERR)     at /home/----/Documenti/GitHub/prevenzionecantieri/.meteor/local/build/programs/server/boot.js:463:13
=> Exited with code: 1

How can I fix ?


I have solved with this:

Meteor reset
meteor add fetch
meteor add accounts-ui
meteor add service-configuration
meteor add accounts-password
meteor add accounts-ui

Now work, I have to restore the database locally but meteor run

@gencix great news. Congratulations on your first post here :).

If this is fixed, you can edit the title to write “[SOLVED] Meteor 2.7.3 …” so other people who want to help don’t have to go through this post.