Hi there, I'm attempting to run the provided examples (literally copy-paste) but having no success. I have installed version v1.0.0 with npm i aedes only to find this very basic error upon building:
error TS2305: Module '"aedes"' has no exported member 'Aedes'.
I have rolled back to version v0.51.3 and changed the basic example to use the old default import, and it worked. Node is v22.14. Is it something else I'm missing? sorry if the question is idiot, but I ran out of ideas and definitely checked if the package was installed.
Hi there, I'm attempting to run the provided examples (literally copy-paste) but having no success. I have installed version
v1.0.0withnpm i aedesonly to find this very basic error upon building:error TS2305: Module '"aedes"' has no exported member 'Aedes'.I have rolled back to version
v0.51.3and changed the basic example to use the old default import, and it worked. Node isv22.14. Is it something else I'm missing? sorry if the question is idiot, but I ran out of ideas and definitely checked if the package was installed.