where to install a npm package for worker application? where is the command ?
where to install a npm package for worker application? where is the command ?
wrangler locally, and then manage your app like you would any other JS/TS project - using package.json and a package manager. npm is the most common. If you're not familiar, I'd recommend running through the getting started guide: https://developers.cloudflare.com/workers/get-started/guide/