So, I decided to upgrade to 1.5 and see how my application is working with the new version. Ran through the meteor update command and that completed with no issues. Tried to start the application using my standard meteor --settings settings.json command. It builds and then crashes continually with the following:
20170606-10:21:09.418(-5)? Reading 'versions' file...
20170606-10:21:09.493(-5)? (STDERR) C:\Users\myuser\AppData\Local\.meteor\packages\meteor-tool\1.5.0\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\fibers\future.js:280
20170606-10:21:09.495(-5)? (STDERR) throw(ex);
20170606-10:21:09.497(-5)? (STDERR) ^
20170606-10:21:09.497(-5)? (STDERR)
20170606-10:21:09.498(-5)? (STDERR) Error: ENOENT: no such file or directory, open 'C:\Users\myuser\meteor\excel.net\.meteor\local\build\programs\server\.meteor\versions'
20170606-10:21:09.500(-5)? (STDERR) at Error (native)
20170606-10:21:09.501(-5)? (STDERR) at Object.fs.openSync (fs.js:549:18)
20170606-10:21:09.504(-5)? (STDERR) at Object.fs.readFileSync (fs.js:397:15)
20170606-10:21:09.505(-5)? (STDERR) at meteorInstall.meteordeps.js (meteordeps.js:11:19)
20170606-10:21:09.505(-5)? (STDERR) at fileEvaluate (packages\modules-runtime.js:333:9)
20170606-10:21:09.506(-5)? (STDERR) at require (packages\modules-runtime.js:228:16)
20170606-10:21:09.507(-5)? (STDERR) at C:\Users\myuser\meteor\excel.net\.meteor\local\build\programs\server\app\app.js:20295:1
W20170606-10:21:09.508(-5)? (STDERR) at C:\Users\myuser\meteor\excel.net\.meteor\local\build\programs\server\boot.js:338:34
20170606-10:21:09.510(-5)? (STDERR) at Array.forEach (native)
20170606-10:21:09.511(-5)? (STDERR) at Function._.each._.forEach (C:\Users\myuser\AppData\Local\.meteor\packages\meteor-tool\1.5.0\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\underscore\underscore.js:79:11)
Please some “fix” other than the standard meteor reset which WIPES the entire database that we have worked to create to have a “small” clone of our live environment. Cannot post the app, too proprietary. It has had no changes since it was working pre-update.
It is something that you just run standalone from the shell.