Sorin Muntean
Sorin Muntean
yeah, [this update](https://github.com/node-fetch/node-fetch/commit/bcfb71c7d10da252280d13818daab6925e12c368) was the culprit. 😅 We're looking into a proper fix, but for now I've pinned `node-fetch` to an older version.
I've run into the same problem, and ended up ultimately forking refinery, and updating `embed_migrations` to allow specifying whether to normalize line endings or not. The code is here: https://github.com/raycast/refinery/commit/9ade7094ea80471e4eaffbe18398d162128c05bb...
would be useful to see what gets logged when the menu bar command is refreshed from the root search. This page describes how to view the logs: https://manual.raycast.com/troubleshooting/getting-logs-via-consoleapp Additionally, there's...
hm, judging from the logs, it -seems- like the command is running normally… 🤔 A long shot, but would still be good to exclude: is there enough room in your...
ah yeah, there seems to be plenty of space there. Weird. I'll have a look if I can somehow reproduce the issue, it may be some bug in the extension...
not sure 🤔 @Evolinox what version of Raycast are you using? and – did the menu bar command work after you logged in? could you see the currently playing song...
> [nodejs/node#60869](https://github.com/nodejs/node/issues/60869)? Thank you for the link, I wasn’t aware of that issue. It doesn't seem to be the same issue that I am having though. The issue in the...
the package builds fine with the latest `npm`, because it bundles `node-gyp` 12, which works with VS2026. > Also are system-ca and win-export-certificate-and-key themselves not concerned with this issue? I've...