Do we have access to npm (or the node runtime) via workers?
This post says you do not.
This deprecated document says you can use npm modules.
Now with wrangler we have access to webpack so presumably could use npm.
The reason I am asking is I would like to develop a full app based on Cloudflare workers. Naturally, having access to npm could facilitate that objective.