Meteor project update local/remote "flow"

Howto make sure that everthing is updated all the time, both local and remote (heroku)?

I have just updated a project and made a npm update and the app dont work when I pushed to the remote server (
Application error
An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.
)

I use ignore files on npm and meteor local.

on heroku log I get this error:

Error: Cannot find module ‘@babel/runtime/helpers/builtin/objectSpread’
2018-05-17T10:50:03.078560+00:00 app[web.1]: at Function.Module._resolveFilename (module.js:547:15)
2018-05-17T10:50:03.078561+00:00 app[web.1]: at Function.resolve (internal/module.js:18:19)
2018-05-17T10:50:03.078563+00:00 app[web.1]: at Object.require (/app/.meteor/heroku_build/app/programs/server/boot.js:288:32)
2018-05-17T10:50:03.078564+00:00 app[web.1]: at makeInstallerOptions.fallback (packages/modules-runtime.js:651:18)
2018-05-17T10:50:03.078565+00:00 app[web.1]: at require (packages/modules-runtime.js:244:16)
2018-05-17T10:50:03.078567+00:00 app[web.1]: at livedata_connection.js (/app/.meteor/heroku_build/app/programs/server/packages/ddp-client.js:149:45)
2018-05-17T10:50:03.078568+00:00 app[web.1]: at fileEvaluate (packages/modules-runtime.js:343:9)
2018-05-17T10:50:03.078569+00:00 app[web.1]: at require (packages/modules-runtime.js:238:16)
2018-05-17T10:50:03.078571+00:00 app[web.1]: at namespace.js (packages/ddp-client/common/namespace.js:1:300)
2018-05-17T10:50:03.078572+00:00 app[web.1]: at fileEvaluate (packages/modules-runtime.js:343:9)
2018-05-17T10:50:03.149067+00:00 heroku[web.1]: State changed from starting to crashed

I have updated @babel Local but howto force it to update on heroku?