carbon-design-system / gatsby-theme-carbon

A Carbon inspired Gatsby theme
https://gatsby.carbondesignsystem.com/
Apache License 2.0
358 stars 273 forks source link

How to develop an existed project on another computer? #1462

Open zhengbi-yong opened 6 months ago

zhengbi-yong commented 6 months ago

I created my project by npx gatsby new my-carbon-site https://github.com/carbon-design-system/gatsby-starter-carbon-theme But when I tried to develop it on another computer, I ran npm install or yarn install, many warning and error appeared, I was wondering how to fix these issues. And I also want to know how to keep up with the newest carbon theme, Thank you.