Your app is crashing. Here’s the latest log:
C:\Users\amit-yiz\Google Drive\code\sidurim.meteor\local\build\programs\server\boot.js:348
}).run();
^
Error: Cannot find module '…/…/modules/es6.string.iterator’
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object. (C:\Users\amit-yiz\Google Drive\code\sidurim\node_modules\core-js\library\fn\symbol\iterator.js:1:1)
at Module._compile (module.js:409:26)
at Object.Module._extensions…js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
Exited with code: 1
Your application is crashing. Waiting for file change.
@taltal Yep - I did a meteor reset then ran that command from the project directory. If that doesn’t work I would try clearing out your ./versions file and trying again.
If installing babel-runtime itself doesn’t solve the problem I would suggest clearing the contents of your versions folder. This file the automatically generated by meteor based on your packages directory and will repopulate on the next rebuild. It has helped me in the past with version conflicts between versions.