Replies: 1 comment 3 replies
-
You have the latest version of You don't need to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have been migrating an old blog repo of mine from v2 - v3. I had lots of errors from outdated packages when running npm install but it never affected development or prod. After updating everything, I am still getting some errors; even when using a new starter repo - Can anyone help shed some light on this? Seems like I need to use the latest version of gatsby-cli but it only uses version 2.12.91
I have tried uninstalling gatsby-cli with
npm uninstall -g gatsby-cli
,npm cache clean -f
andnpm install -g gatsby-cli
but no luckLooking at the output of
gatsby info --clipboard
it seems the new version of Gatsby is there but its not being used for some reasonSteps to reproduce
Gatsby new
or
npm install
inside of my project directory
System:
OS: macOS 11.4
CPU: (4) x64 Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.3.0 - ~/.nvm/versions/node/v16.3.0/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 7.15.1 - ~/.nvm/versions/node/v16.3.0/bin/npm
Languages:
Python: 3.7.3 - /Users/jakescott/.pyenv/shims/python
Browsers:
Chrome: 91.0.4472.101
npmGlobalPackages:
gatsby-cli: 3.7.1
Beta Was this translation helpful? Give feedback.
All reactions