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
Hello, I'm trying to start a Slack app, but I encountered the following Skypack error.
How can I resolve this?
$ slack run
# ...Choose a local environment...
error: Uncaught (in promise) TypeError: Requires import access to "cdn.skypack.dev:443", run again with the --allow-import flag
at file:///Users/iksflow/slack-app/announcement-bot-app/functions/create_draft/blocks.ts:5:8
const functionModule = await import(`file://${functionFilePath}`);
^
at async getDefaultExport (https://deno.land/x/[email protected]/utilities.ts:27:26)
at async validateManifestFunctions (https://deno.land/x/[email protected]/utilities.ts:76:27)
at async getValidateAndCleanManifest (https://deno.land/x/[email protected]/get_manifest.ts:130:3)
at async https://deno.land/x/[email protected]/get_manifest.ts:136:26
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to start a Slack app, but I encountered the following Skypack error.
How can I resolve this?
The text was updated successfully, but these errors were encountered: