konstantinmuenster / gatsby-theme-portfolio-minimal

A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.
MIT License
157 stars 89 forks source link

error while cloning #33

Closed vvksharrma closed 1 year ago

vvksharrma commented 1 year ago

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

konstantinmuenster commented 1 year ago

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)