-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Gatsby using deprecated @hapi/joi #25764
Comments
Thanks for the report. This is because |
I'll take a look at this, the changelogs are insanely long so I'll see if it builds first and then go from there |
Thanks, @herecydev. Much appreciated. If it passes tests, the main issue will be checking for false passes with invalid input. |
Sure I'll see what tests are there and potentially right some further invalid tests |
Hey Guys, This problem prevent me from downloading gatsby, so there is any solution or I should wait? |
@iAbdullahWaleed deprecated dependencies are warnings when |
Yes I can, but it's was my first time using the command line, so i was confused when i saw the warnings 🙄. |
Makes a lot of sense, they are really confusing! Hopefully we can get rid of them soon, until then enjoy Gatsby! |
Looks like it is hard to fix this issue, but thanks for all of your hard works and efforts to solve this problem!! |
Hi @mxstbr it's my first time installing Gatsby too, but after getting the deprecated dependencies warning an error occur without complete installation on windows 10.
|
I'm also facing the same issue in my Linux system, please help me to get out from this gatsby error. please help me, anyone |
There's a pr here: #25797 The fix is in progress but it's moving slowly. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
same issue , though @mxstbr said these are warnings but we will be able to use gatsby , but i am unable to use gatsby cli |
This issue is still unresolved (I tripped on it today in a different context, running |
@adriatic See this comment: #25797 (comment) If you can help migrate that file; that will unblock this PR. |
I am torn, Dan (@herecydev) by your proposal; encountered this problem doing something very different, so from that point of view the remaining work on this issue is a very low priority for me. On the other hand, probably all people encountering it think the same 😄. |
I failed to install Gatsby CLI with npm. Instead, I use yarn to install it successfully. |
We still need to do this at some point, we'd be happy to receive a PR updating it. The old PR #25797 got stale so I closed it, but something along those lines should work :) |
Closing this because it has been addressed in #29792 |
Description
Gatsby is depending on the deprecated dependencies
Steps to reproduce
Install Command as guide in official document
npm install -g gatsby-cli
Expected result
Expecting no warnings for deprecated packages, and expected to see clean output with success message
Actual result
Environment
System:
OS: Linux 3.10 Debian GNU/Linux 10 (buster) 10 (buster)
CPU: (8) arm64 unknown
Shell: 5.0.3 - /bin/bash
Binaries:
Node: 14.5.0 - ~/.nvm/versions/node/v14.5.0/bin/node
npm: 6.14.5 - ~/.nvm/versions/node/v14.5.0/bin/npm
npmGlobalPackages:
gatsby-cli: 2.12.60
Other Observation
It also complains that the dependency for acorn-dynamic-import is missing (acorn@^6.0.0).
[ERR MSG]
The text was updated successfully, but these errors were encountered: