You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
I'm having the same issue. When I install it locally and debug install.js I see it's trying to download v1.5.2which 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.
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:When installing v1.4.0 specifically it installs properly, so I am guessing it's something with one of the new versions.
Thanks!
The text was updated successfully, but these errors were encountered: