-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't seem to re-install - please help! #28
Comments
Unfortunately I haven't used Gridsome in some time and haven't kept up with their changes. I'd be open to a pull request if you figure out how to make it compatible moving forward, but it's not something I have capacity for at the moment. |
If you're suggesting I submit a pull request, you're way overestimating my knowledge of the situation! But I seem to have found a way to build my site, using the https://github.com/jgthms/bulma instead of yours. See jgthms/bulma#3609 Searching within your files, I find several instances of "jgthms", so maybe they are the same basic code? To avoid the disastrous stream of npm errors, it seems I just have to ignore the Here's what worked:
--> Test page worked
--> Copied in my site files:
--> Copied 5 files from previous backup:
Maybe that is a call from a bit of your code to other bits of your additions to jgthms bulma? These seem like npm missed some dependncies:
More vulnerabilities, which I guess we just have to ignore...
Most of site works, some hacks I made to previous install need to be repeated... So my main question now is whether any of those "vulnerabilities" could propagate into my built site and affect my users. I kind of suspect they couldn't endanger a static site... Dug into this... Found this:
--> Only called by Linux systems... |
I had a nice working Gridsome Bulma site, but my Windows version that built it died and had to be reinstalled. Trying to recreate it has been a nightmare!
I've given up on Windows and moved my efforts to Arch Linux. After much fumbling, the Gridsome Starter now runs "develop" successfully:
But the Bulma install fails:
Every suggestion I've found for how to install dependencies manually has triggered storms of hundreds of errors. Can you please suggest exactly how to "enter bulma directory and install dependencies with yarn or npm manually"? (I gather yarn no longer works for such installations?)
Trying to copy the old Windows files to a new Linux folder, I can run gridsome develop, and always get two errors:
But every time I fix one of those manually, a subsidiary error pops up. Pretty obviously there have been a lot of incompatible code changes since my old version.
If I get a new installation of the Starter working, will I still have to fix all of those little errors in the code for my site?
Is there maybe some other route I should be trying to be able to save all my content to a new working website?
The text was updated successfully, but these errors were encountered: