gatsby-starter-landing-page icon indicating copy to clipboard operation
gatsby-starter-landing-page copied to clipboard

gatsby new throws error

Open sarthakkundra opened this issue 3 years ago • 0 comments

I'm trying to clone this repo using gatsby new landing-page https://github.com/gillkyle/gatsby-starter-landing-page.git

But it throws the following error :-


  Error: Command failed with exit code 1: npm install

  - error.js:56 makeError
    [lib]/[gatsby-cli]/[execa]/lib/error.js:56:11

  - index.js:114 handlePromise
    [lib]/[gatsby-cli]/[execa]/index.js:114:26

  - task_queues.js:95 processTicksAndRejections
    internal/process/task_queues.js:95:5

  - init-starter.js:135 install
    [lib]/[gatsby-cli]/lib/init-starter.js:135:7

  - init-starter.js:202 clone
    [lib]/[gatsby-cli]/lib/init-starter.js:202:3

  - init-starter.js:343 initStarter
    [lib]/[gatsby-cli]/lib/init-starter.js:343:5

  - create-cli.js:494
    [lib]/[gatsby-cli]/lib/create-cli.js:494:9

Here's my Gatsby info

  System:
    OS: macOS 11.2.3
    CPU: (8) x64 Apple M1
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 14.17.0 - /usr/local/bin/node
    npm: 7.16.0 - /usr/local/bin/npm
  Languages:
    Python: 2.7.16 - /usr/bin/python
  Browsers:
    Chrome: 91.0.4472.77
    Safari: 14.0.3
  npmGlobalPackages:
    gatsby-cli: 3.6.0

Is it not compatible with M1 yet?

sarthakkundra avatar Jun 05 '21 10:06 sarthakkundra