heroku node deployment(react-boilerplate) sh: 1: node-pre-gyp: not found error
I'm getting error when deploying react-boilerplate on heroku with feathers, nodejs, mongodb, react. I specified up to date versions in package.json, and tried building with both npm and yarn but both fail. I appreciate your help! "engines": { "npm": ">=6.4.1",…