Last login: Tue Apr 19 22:41:04 on ttys000 You have new mail. rev@mattbook ~ % cd Sites rev@mattbook Sites % npx create-strapi-starter gatsby-npx gatsby-blog ? Choose your installation type Quickstart (recommended) Installing @strapi/starter-gatsby-blog starter. Creating a quickstart project. Creating a new Strapi application at /Users/rev/Sites/gatsby-npx/backend. Creating files. Installing @strapi/template-blog template. Dependencies installed successfully. Your application was created at /Users/rev/Sites/gatsby-npx/backend. Available commands in your project: yarn develop Start Strapi in watch mode. (Changes in Strapi project files will trigger a server restart) yarn start Start Strapi without watch mode. yarn build Build Strapi admin panel. yarn strapi Display all available commands. You can start by doing: cd /Users/rev/Sites/gatsby-npx/backend yarn develop Creating Strapi starter frontend at /Users/rev/Sites/gatsby-npx/frontend. Installing frontend dependencies Dependencies installed successfully. Dependencies installed successfully. Starting the app yarn run v1.22.18 warning ../../package.json: No license field $ cross-env FORCE_COLOR=1 npm-run-all -l -p develop:* [develop:frontend] Watching /Users/rev/Sites/gatsby-npx and all sub-directories not excluded by your .gitignore. Will not monitor dotfiles. [develop:frontend] Found & ignored ./.git ; is listed in .gitignore [develop:frontend] Found & ignored ./backend ; is listed in .gitignore [develop:frontend] Found & ignored ./frontend ; is listed in .gitignore [develop:frontend] Found & ignored ./node_modules ; is listed in .gitignore [develop:frontend] Found & ignored ./package.json ; is listed in .gitignore [develop:frontend] Found & ignored ./yarn.lock ; is listed in .gitignore [develop:frontend] [develop:frontend] Starting: develop:frontend [develop:frontend] node:internal/modules/cjs/loader:936 [develop:frontend] throw err; [develop:frontend] ^ [develop:frontend] [develop:frontend] Error: Cannot find module '/Users/rev/Sites/gatsby-npx/develop:frontend' [develop:frontend] at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) [develop:frontend] at Function.Module._load (node:internal/modules/cjs/loader:778:27) [develop:frontend] at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) [develop:frontend] at node:internal/main/run_main_module:17:47 { [develop:frontend] code: 'MODULE_NOT_FOUND', [develop:frontend] requireStack: [] [develop:frontend] } [develop:backend ] Watching /Users/rev/Sites/gatsby-npx and all sub-directories not excluded by your .gitignore. Will not monitor dotfiles. [develop:backend ] Found & ignored ./.git ; is listed in .gitignore [develop:backend ] Found & ignored ./backend ; is listed in .gitignore [develop:backend ] Found & ignored ./frontend ; is listed in .gitignore [develop:backend ] Found & ignored ./node_modules ; is listed in .gitignore [develop:backend ] Found & ignored ./package.json ; is listed in .gitignore [develop:backend ] Found & ignored ./yarn.lock ; is listed in .gitignore [develop:backend ] [develop:backend ] Starting: develop:backend [develop:backend ] node:internal/modules/cjs/loader:936 [develop:backend ] throw err; [develop:backend ] ^ [develop:backend ] [develop:backend ] Error: Cannot find module '/Users/rev/Sites/gatsby-npx/develop:backend' [develop:backend ] at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) [develop:backend ] at Function.Module._load (node:internal/modules/cjs/loader:778:27) [develop:backend ] at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) [develop:backend ] at node:internal/main/run_main_module:17:47 { [develop:backend ] code: 'MODULE_NOT_FOUND', [develop:backend ] requireStack: [] [develop:backend ] } ✨ Done in 28.81s. rev@mattbook Sites %