nodejs_compat Compatability issue.
# pages-help
t
I'm trying to get nodejs compatability running using these instructions - https://developers.cloudflare.com/workers/platform/nodejs-compatibility/#enable-nodejs-from-the-cloudflare-dashboard From what I can see I've done this, screenshot attached. However, as per second screenshot, when the code is building it's still giving me the error about nodejs compatability.

https://cdn.discordapp.com/attachments/1106180202708602911/1106180203207741511/image.png

https://cdn.discordapp.com/attachments/1106180202708602911/1106180203522306148/image.png

s
You can see in the docs page that you linked that only a (growing) subset of node APIs are available
os
is not one of those
t
OIh it's just that small list at the top?
Hmm
s
For now, yes