react-apollo
react-apollo copied to clipboard
npm install doesnt execute successfully
after cloning the repo. the npm install command inside the server folder throws the following error
code ELIFECYCLE
npm ERR! errno 1
npm ERR! @prisma/[email protected] preinstall: `node scripts/preinstall-entry.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @prisma/[email protected] preinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
This worked fine for me. Still an issue @zeeshan-ahmed-nagarro?