Getting this error while trying to deploy the app to galaxy using jenkins. Thanks in advance.
Error:
Preparing to build your app...
/var/lib/jenkins/.meteor/packages/meteor-tool/.2.3.6.1mkn225.ud15++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
throw error;
^
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at /var/lib/jenkins/.meteor/packages/meteor-tool/.2.3.6.1mkn225.ud15++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/tools/fs/tools/fs/optimistic.ts:321:17
at wrap.makeCacheKey (/var/lib/jenkins/.meteor/packages/meteor-tool/.2.3.6.1mkn225.ud15++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/tools/fs/tools/fs/optimistic.ts:36:15)
Hey @suneethloremine, this issue was solved in the last Meteor version (2.5.3) so, you can update your project to solve the problem. The issue was caused by an external dependency (resolve package).
This is the closed issue and this is the PR if you want to see the details or other ways to solve this in case you can’t update your project right now.