Open matheswarwan opened 2 years ago
I have the same problem. Can this be escalated?
Note, I tried both Heroku and running locally on my machine. This looks like the specified resource is no longer available.
I'm having the same issue. Is there any workaround to fix it?
Same issue here, if anyone has resolved it please share !
TL;DR use node v14.20.1 or any that uses npm 6.x.x
Ok guys, if you experience this: The important part is not the error, but the warning. It tries to convert and download again from the artifactory thus the error. To avoid the conversion you'll need to use a lower version of npm compatible with the current lockfile, so npm version 6.x.x
After changing my npm version it works fine !
In case you want to deploy through Heroku, just add those lines in your package.json
"engines":{ "node": "14.20.1", "npm": "6.14.17" }
@rmccu @mgalvao2012
Yargs-parser artifact missing while deploying in heroku.