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
This is what I get trying to import this package in Node after using npm install --ignore-scripts @raycast/api because the post install script is a bash file, which fails on Windows:
So for this one, follow #16164 for postinstall support.
Raycast could maybe get this to work by instead lazily initializing the package on first run. This would have the added benefit of making it work for users who skipped post install scripts. That said, to do that they'd have to ship some javascript in the package.
Trying to import this package: https://www.npmjs.com/package/@raycast/api
I put in import:
import { Detail } from "npm:@raycast/api";
Full code here.
I get error trying to run the file:
Not sure what I am doing wrong, perhaps
@raycast
, the @ symbol is not supported?I would like to have it run in deno as I want to make raycast extensions in deno. Thanks.
The text was updated successfully, but these errors were encountered: