Closed iamalexm closed 1 year ago
Hi @iamalexm --
Apologies for the delay. I'm not sure if you're still even using this at all or just moved on, but I did get around to having a look at this. From what I can tell, the issue is somehow related to the gatsby-source-filesystem
dependency of the plugin.
I don't quite understand exactly what's going on, but I've tried upping the version of that dependency, which seems to have solved the issue - at least I was able to install the plugin into your sample package.json
file, where I couldn't before (was seeing the same issue as you, in fact even with a completely blank package.json it was getting into that loop when trying to npm install the plugin).
Interestingly, this only happened with npm; yarn didn't encounter the same issue.
Hi @pasdo501,
Thanks for taking the time to check my issue. I moved on but I'm still going to try to update the dependency version like you did.
I get an infinite loop while installing the package :
npm install --save @pasdo501/gatsby-source-woocommerce --verbose
My
package.json
file