Closed eric-burel closed 1 year ago
@eric-burel Thanks for reporting. What URL did you use to fork vulcan-next
into StackBlitz? The project seems to be huge. Also, the provided URL doesn't contain the project.
It loads the project if you wait enough, maybe that's part of the bug. Here's a screenshot just in case, you see it loading:
I use this fork: https://github.com/eric-burel/vulcan-next And the official project lives there: https://github.com/VulcanJS/vulcan-next
I used the fork in this example because StackBlitz doesn't yet support loading a project with only a main
branch and I did not want to add a master
to the main repo, in the future I'll use only the "VulcanJS/vulcan-next" official repo.
Yeah that's a huge project :) We build a full-stack starter for Next.js and GraphQL. But under the hood it's just a Next app, the rest is tooling. If Mongo cannot be supported I might give a shot to a full Node in-memory alternative, there are some built for testing and prototyping.
@eric-burel A while back we had issues when using the github integration. Basically when connecting a repository to StackBlitz, broke editing files. This should be fixed in the mean time (I confirmed this for smaller projects). So I'm wondering if that was the issue here as well.
Would you be able to test it again and see if it works now for you?
:wave: We're closing this due to inactivity. Please, feel free to open a new one if you're still encountering any errors.
Describe the bug
When forking an existing Next.js repo (the Vulcan Next framework https://github.com/VulcanJS/vulcan-next), I cannot install the packages. From the terminal, it seems that the
package.json
I get is the Node.js defaults one.Link to the blitz that caused the error
https://stackblitz.com/edit/node-aqk3t6
Steps to reproduce
Run
yarn install
orcat package.json
, you won't have the right dependencies.Expected behavior
Try to install the right dependency.
I am not sure my project will run on StackBlitz as is but at least I'd like to go one step further and try the actual installation process.
Screenshots
No response
Platform
Additional context
If you have some kind of program to provide more support for open source projects that want to run on StackBlitz it would be awesome, we also need to plug Mongo and few other stuffs :pray: