fero.xd
Explore posts from serversCDCloudflare Developers
•Created by fero.xd on 3/18/2024 in #workers-help
Cannot import 'events'
When running pnpm wrangler dev i get this error
the line that this points in the transpiled js is this
how can i fix this ?
2 replies
CDCloudflare Developers
•Created by fero.xd on 3/17/2024 in #workers-help
SynaxError: Unexpected Token export
I am trying to run my code that imports some types from "@cloudflare/workers-types" but it gives me this error
Its a monorepo and am using simple ts-node to run my index file. This file imports a local package that in turn imports from "cloudflare/workers-types".
8 replies