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

Failing to install squawk-cli #402

Open
hxyannay opened this issue Jan 12, 2025 · 2 comments
Open

Failing to install squawk-cli #402

hxyannay opened this issue Jan 12, 2025 · 2 comments

Comments

@hxyannay
Copy link

Hey,

Since this morning I have been failing to install squawk-cli both in my CI runs and locally.
I am running npm install -g squawk-cli and getting the following output:

npm ERR! code 1
npm ERR! path /Users/yannay/.nvm/versions/node/v20.9.0/lib/node_modules/squawk-cli
npm ERR! command failed
npm ERR! command sh -c node js/install.js
npm ERR! Error: Received 404: Not Found
npm ERR!     at /Users/yannay/.nvm/versions/node/v20.9.0/lib/node_modules/squawk-cli/js/install.js:137:13
npm ERR!     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

When installing v1.4.0 specifically it installs properly, so I am guessing it's something with one of the new versions.

Thanks!

@lmarburger
Copy link

lmarburger commented Jan 12, 2025

I'm having the same issue. When I install it locally and debug install.js I see it's trying to download v1.5.2 which doesn't exist: https://github.com/sbdchd/squawk/releases/download/v1.5.2/squawk-darwin-arm64

Looking at the NPM versions, it may be that it was accidentally published there as 1.5.2 instead of 1.5.1.

@chdsbd
Copy link
Collaborator

chdsbd commented Jan 12, 2025

Hey all, I messed up typing in the version when releasing v1.5.2 and clobbered 1.5.1 instead. I've release 1.5.2 again and was able to install it

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