I am embarking on a new project using Gatsby.
You can create your project by running the following command:
gatsby new YourProjectName2 https://github.com/Vagr9K/gatsby-advanced-starter
However, I encountered an error message:
info Creating new site from git:
https://github.com/Vagr9K/gatsby-advanced-starter.git
Cloning into 'YourProjectName2'...
remote: Enumerating objects: 420, done.
remote: Counting objects: 100% (420/420), done.
remote: Compressing objects: 100% (373/373), done.
remote: Total 420 (delta 44), reused 268 (delta 22), pack-reused 0
Receiving objects: 100% (420/420), 7.74 MiB | 11.79 MiB/s, done.
success Created starter directory layout
info Installing packages...
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:*
npm ERR! A complete log of this run can be found in:
ERROR
Command failed with exit code 1: npm install
Does anyone have any suggestions on how to resolve this
npm ERR! Unsupported URL Type "workspace:": workspace:*
issue?