-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error fetching release: Request failed with status code 404 #9
Comments
Hmm, that's odd. Npm is trying to download the executable file for mac so it can run the command and it's not finding it. Does your mac have an M1 chip? If so that could be the issue as I don't have a pre-compiled executable for M1 available. You could try installing Rust and then running |
You could also try downloading the executable directly: ce-cli-x86_64-apple-darwin.tar.gz. You'll have to manually add it to the PATH though. |
I'm on an Intel one, so I'm matching |
I tested the following Node versions: ❌ v14.17.6 (lts/fermium) And I found out that when install with Node v14, the repository URL in package.json is |
Oh, interesting. I never tried installing with an older version of Node. I should document that. |
Hi @bnheise 👋 I installed the tool using
npm -g install ce-cli
and when I runce-cli init
in a workspace I got:About my environment:
The text was updated successfully, but these errors were encountered: