konstantinmuenster / gatsby-theme-portfolio-minimal

A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error while cloning

vvksharrma opened this issue · comments

why i am getting this error while cloning : command failed with exit code 1: npm install --loglevel error --color always --legacy-peer-deps --no-audit.....also not able to deploy the project also

Hey @vvksharrma! Can you please describe the steps you took until you encountered the error?

Usually, you can do:

gatsby new test-portfolio-minimal https://github.com/konstantinmuenster/gatsby-starter-portfolio-minimal-theme
cd  test-portfolio-minimal
gatsby develop

to clone and start the project (assuming you already have installed the gatsby-cli)