gatsby-theme-elemental icon indicating copy to clipboard operation
gatsby-theme-elemental copied to clipboard

Failed when trying install

Open loctran016 opened this issue 4 years ago • 1 comments

Hi there, I've tried to install the theme but failed, would you mind fixing this. Thanks Here is the image, the terminal and the yarn-error.log image

Here is what shown in the terminal:

Trans-MacBook-Pro:gatsby loctran016$ yarn install
yarn install v1.22.5
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
warning "gatsby > @typescript-eslint/eslint-plugin > [email protected]" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
warning "gatsby-theme-apollo-docs > gatsby-plugin-printer > [email protected]" has unmet peer dependency "@babel/core@7 || ^7.0.0-rc.2".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > @apollo/[email protected]" has incorrect peer dependency "react@>16".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > @apollo/[email protected]" has unmet peer dependency "framer-motion@>1.6".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > [email protected]" has unmet peer dependency "@babel/core@^7.11.6".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > [email protected]" has unmet peer dependency "keyboardjs@*".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > [email protected]" has unmet peer dependency "rebound@*".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > gatsby-plugin-emotion > @emotion/[email protected]" has unmet peer dependency "@babel/core@^7.0.0".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > gatsby-plugin-less > [email protected]" has unmet peer dependency "webpack@^2.0.0 || ^3.0.0 || ^4.0.0".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > gatsby-plugin-emotion > @emotion/babel-preset-css-prop > @emotion/[email protected]" has unmet peer dependency "@babel/core@^7.0.0".
[##################################################################################################################] 907/907
[4/4] 🔨  Building fresh packages...
✨  Done in 113.65s.
Trans-MacBook-Pro:gatsby loctran016$ 
Trans-MacBook-Pro:gatsby loctran016$ yarn install
yarn install v1.22.5
[1/4] 🔍  Resolving packages...
success Already up-to-date.
✨  Done in 2.79s.
Trans-MacBook-Pro:gatsby loctran016$ yarn add gatsby-theme-elemental
yarn add v1.22.5
[1/4] 🔍  Resolving packages...
warning gatsby-theme-elemental > gatsby-plugin-offline > workbox-build > [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning gatsby-theme-elemental > gatsby-plugin-offline > workbox-build > joi > [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning gatsby-theme-elemental > gatsby-plugin-offline > workbox-build > joi > [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
warning gatsby-theme-elemental > gatsby-plugin-offline > workbox-build > joi > topo > [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
warning "gatsby > @typescript-eslint/eslint-plugin > [email protected]" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
warning "gatsby-theme-apollo-docs > gatsby-plugin-printer > [email protected]" has unmet peer dependency "@babel/core@7 || ^7.0.0-rc.2".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > @apollo/[email protected]" has incorrect peer dependency "react@>16".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > @apollo/[email protected]" has unmet peer dependency "framer-motion@>1.6".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > [email protected]" has unmet peer dependency "@babel/core@^7.11.6".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > [email protected]" has unmet peer dependency "keyboardjs@*".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > [email protected]" has unmet peer dependency "rebound@*".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > gatsby-plugin-emotion > @emotion/[email protected]" has unmet peer dependency "@babel/core@^7.0.0".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > gatsby-plugin-less > [email protected]" has unmet peer dependency "webpack@^2.0.0 || ^3.0.0 || ^4.0.0".
warning "gatsby-theme-apollo-docs > gatsby-theme-apollo-core > gatsby-plugin-emotion > @emotion/babel-preset-css-prop > @emotion/[email protected]" has unmet peer dependency "@babel/core@^7.0.0".
warning "gatsby-theme-elemental > gatsby-plugin-less > [email protected]" has unmet peer dependency "webpack@^2.0.0 || ^3.0.0 || ^4.0.0".
error An unexpected error occurred: "could not find a copy of gatsby to link in /Users/loctran016/GitLab/gatsby/node_modules/gatsby-theme-elemental/node_modules".
info If you think this is a bug, please open a bug report with the information provided in "/Users/loctran016/GitLab/gatsby/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

yarn-error.log

loctran016 avatar Oct 16 '20 12:10 loctran016

Hey @LocTran016 , I am working on the latest version and the current version is outdated and not supported. Maybe try the starter https://github.com/akzhy/gatsby-starter-elemental

akzhy avatar Oct 17 '20 11:10 akzhy