I’m getting the below error when trying to run my project that is newly update to 2.3.4 and installing the babel package it says to doesn’t change anything.
Error:
W20210817-20:42:35.611(-5)? (STDERR) The @babel/runtime npm package could not be found in your node_modules
W20210817-20:42:35.611(-5)? (STDERR) directory. Please run the following command to install it:
W20210817-20:42:35.611(-5)? (STDERR)
W20210817-20:42:35.612(-5)? (STDERR) meteor npm install --save @babel/runtime
W20210817-20:42:35.612(-5)? (STDERR)
W20210817-20:42:35.612(-5)? (STDERR) at module (packages\babel-runtime.js:20:9)
W20210817-20:42:35.613(-5)? (STDERR) at fileEvaluate (packages\modules-runtime.js:336:7)
W20210817-20:42:35.613(-5)? (STDERR) at Module.require (packages\modules-runtime.js:238:14)
W20210817-20:42:35.613(-5)? (STDERR) at require (packages\modules-runtime.js:258:21)
W20210817-20:42:35.613(-5)? (STDERR) at packages\babel-runtime.js:53:15
W20210817-20:42:35.614(-5)? (STDERR) at packages\babel-runtime.js:58:3
W20210817-20:42:35.614(-5)? (STDERR) at C:\Users\Dusty\Downloads\TryForSpecs.meteor\local\build\programs\server\boot.js:401:38
W20210817-20:42:35.614(-5)? (STDERR) at Array.forEach ()
W20210817-20:42:35.615(-5)? (STDERR) at C:\Users\Dusty\Downloads\TryForSpecs.meteor\local\build\programs\server\boot.js:226:21
W20210817-20:42:35.615(-5)? (STDERR) at C:\Users\Dusty\Downloads\TryForSpecs.meteor\local\build\programs\server\boot.js:464:7
=> Exited with code: 1