Gita Alekhya Paul
01/31/2022, 5:10 AMnodeModules
option for a Node.js lambda function to entirely include a certain library
The sst start
command works perfectly and I have no issues in development, but sst deploy
fails with the following error:
Preparing your SST app
Synthesizing CDK
Building function src/consumers/sumsub.handler
SyntaxError: /DOCUMENTS/SSD/Quinence_Internship/zilliqa-marketplace-monorepo/packages/zilliqa-marketplace-backend/.sst/artifacts/c3a55ae5/package.json: Unexpected end of JSON input
I noticed that the package.json
referenced in the error is an empty file, not even a {}
Can someone help?Frank
nodeModules
in ur SST app?Gita Alekhya Paul
01/31/2022, 6:01 AM0.60.8
and it works.
I was on 0.60.2
earlier