-
Notifications
You must be signed in to change notification settings - Fork 15
Generator failes when quering dependencies #286
Comments
Thanks for the bug report - I've seen this issue before when access to github.com was not available from the computer running the yeoman command. Can you confirm if you can access github.com? If so, can you try again? It's possible github had a hiccup or something as well. If it's still failing, try installing https://git-scm.com/downloads on your computer if it isn't already installed. |
I am still seeing this error, I tried several times during the last 16 hours.
I think the problem is that |
Indeed
|
For a temporary fix, try cracking open the package-lock.json file and updating the I'll look for a more long-term fix, the issue is this isn't a dependency of ours directly, but rather dependency-of-a-dependency. |
Unfortunately, there is not |
@james-martin-jd isn't this essentially a duplicate of #281? |
@michielbdejong that was my thought too,
|
@subwaystation if you're interested, you could test the new RC version to see if that fixes your problem. You can install it with |
Today we released a new version of the generator which no longer has a dependency on the package giving you problems. I tested locally and no longer see that package installed. |
Now it works, thank! |
Describe the bug
I tried to generate the react app template via
yo
and also tried #193, but it failed:To Reproduce
Steps to reproduce the behavior:
yo @inrupt/solid-react
Expected behavior
Generate the template.
Desktop (please complete the following information):
Thanks!
The text was updated successfully, but these errors were encountered: