Closed danifbento closed 5 years ago
I found that running a npm install && npm run prepare
inside graphql-phone-type
it stops giving this error...
can you give more context?
@danifbento @timgivois we are running into the same issue using the pnpm packager. Running npm install in the package directory at least gets us past this error.
cd node_modules/serverless-appsync-offline;
npm install;
It seems when using pnpm, we run into an issue during install of this package because prepare fails for graphql-phone-type:
ERROR graphql-phone-type@0.0.2 prepare: `npm run clean && npm run lint && npm run build`
Exit status 1
Hello,
I'm trying to run serverless-appsync-offline but I'm getting the following error:
I already updated
nodejs
tov11.6.0
version andnpm
to6.5.0-next.0
Do you have any idea why this is happening?