NPM dependency stucked with cached version

In this scraper IvanGoncharov/API_specifications
I use my internal NPM module https://github.com/IvanGoncharov/API_specifications/blob/master/package.json#L9
I don’t want to publish this package to NPM since it’s internal.
And currently, each time morph run my scraper it uses an old version of this dependency.
I deleted my scrapper and added it one more time but it didn’t help at all.
So I think you cache NPM packages or GitHub repos somewhere.
Can you please remove https://github.com/APIs-guru/makeRequest from this cache.

Can you also point me to code which does ‘npm install’ or ‘npm update’ so I could try to make PR.

Today I manually run my scraper and it looks like it fixed.

1 Like