Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm create astro@latest fails when creating a new project #6860

Closed
1 task
snimavat opened this issue Apr 16, 2023 · 3 comments
Closed
1 task

npm create astro@latest fails when creating a new project #6860

snimavat opened this issue Apr 16, 2023 · 3 comments

Comments

@snimavat
Copy link

snimavat commented Apr 16, 2023

What version of astro are you using?

latest

Are you using an SSR adapter? If so, which one?

none

What package manager are you using?

npm

What operating system are you using?

mac

What browser are you using?

firefox

Describe the Bug

Ran the 1st command

npm create astro@latest

and it failed with below output

Need to install the following packages:
  [email protected]
Ok to proceed? (y) y

╭─────╮  Houston:
│ ◠ ◡ ◠  Time to build a new website.
╰─────╯

 astro   v2.3.0 Launch sequence initiated.

   dir   Where should we create your new project?
         .

  tmpl   How would you like to start your new project?
         Use blog template
      ✔  Template copied

  deps   Install dependencies?
         Yes
 ██████  Dependencies installing with npm...
      ▲  error Request timed out after one minute
npm ERR! code 1
npm ERR! path /Users/xxx/work/xxx/playground/astro-blog
npm ERR! command failed
npm ERR! command sh -c create-astro

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/XXX/.npm/_logs/2023-04-16T15_56_31_603Z-debug-0.log
sudhir@macpro astro-blog % npm create astro@latest

Nothing to reproduce, so no link to codesandbox

Link to Minimal Reproducible Example

https://codesandbox.com/doesnotexist

Participation

  • I am willing to submit a pull request for this issue.
@snimavat
Copy link
Author

It fails if i choose "blog" template option during project creation steps.

@bluwy
Copy link
Member

bluwy commented Apr 17, 2023

Duplicate of #6600

@bluwy bluwy marked this as a duplicate of #6600 Apr 17, 2023
@bluwy bluwy closed this as not planned Won't fix, can't repro, duplicate, stale Apr 17, 2023
@brainstem-sys
Copy link

It is happening to me with the recommended option and also with the empty project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants