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

npx create-remix@latest install deps failure #8946

Closed
SuAutumn opened this issue Feb 29, 2024 · 3 comments
Closed

npx create-remix@latest install deps failure #8946

SuAutumn opened this issue Feb 29, 2024 · 3 comments
Labels
bug:unverified needs-response We need a response from the original author about this issue/PR package:create-remix

Comments

@SuAutumn
Copy link

Reproduction

npx create-remix@latest

System Info

System:
    OS: macOS 13.0.1
    CPU: (8) arm64 Apple M1 Pro
    Memory: 262.91 MB / 16.00 GB
    Shell: 3.6.1 - /opt/homebrew/bin/fish
  Binaries:
    Node: 18.17.1 - /opt/homebrew/Cellar/node@18/18.17.1/bin/node
    Yarn: 1.22.19 - ~/.npm-global/bin/yarn
    npm: 9.6.7 - /opt/homebrew/Cellar/node@18/18.17.1/bin/npm
    pnpm: 8.15.1 - ~/.npm-global/bin/pnpm
    Watchman: 2023.08.28.00 - /opt/homebrew/bin/watchman
  Browsers:
    Chrome: 122.0.6261.69
    Edge: 122.0.2365.59
    Safari: 16.1

Used Package Manager

npm

Expected Behavior

create a demo app.

Actual Behavior

npm install deps failure

@brophdawg11
Copy link
Contributor

Care to provide a reproduction or the error that's being thrown?

Everything installs OK for me using npx create-remix@latest temp -y on node 18.17.1 and npm 9.6.7

@brophdawg11 brophdawg11 added needs-response We need a response from the original author about this issue/PR package:create-remix labels Feb 29, 2024
@SuAutumn
Copy link
Author

SuAutumn commented Mar 1, 2024

I run npx create-remix@latest temp -y command, the terminal feedback is this:

 remix   v2.8.0 💿 Let's build a better website...
      ◼  Directory: Using temp as project directory

      ◼  Using basic template See https://remix.run/guides/templates for more
      ✔  Template copied

 ██████  Dependencies installing with npm...

      ▲  Oh no! Failed to install dependencies.

then I npm install manaully, the terminal feedback is this:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @babel/template@^7.24.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

@SuAutumn
Copy link
Author

SuAutumn commented Mar 1, 2024

Oh, It's my apologize, I use npm registry is not official, it's the error point.

Thank you @brophdawg11

@SuAutumn SuAutumn closed this as completed Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:unverified needs-response We need a response from the original author about this issue/PR package:create-remix
Projects
None yet
Development

No branches or pull requests

2 participants