fullstack-graphql-angular
fullstack-graphql-angular copied to clipboard
How to build this app from vs code?
I am not familiar with things from this repos. I am trying to build by open the API and call the npm install.
I see this kind of error
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install 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: npm ERR! /home/anirudha/.npm/_logs/2020-03-29T04_52_36_785Z-debug.log
first I was thinking it's node issue because I was using node 10 but later when I tried to use node 13 I still find the same error.
Is there something that needs to be done before running this project?