-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package subpath './http' is not defined by "exports" in /workspace/node_modules/@sveltejs/app-utils/package.json #12
Comments
Thanks for raising this, I will take a look. Please continue to raise issues with new versions or that you encounter with the ergonomics of this tool. Just so we're on the same page, I'm getting the version #s with:
and looking through the changelog for updates. I am only doing this about once a week as development on SvelteKit is going a bit slower than expected, but which I appreciate because it's shaping up well. The 3 new versions since I last tested this are:
I'm going to add the "validated with" version in the README so people know which version to pin to that this adapter will work with. |
After looking at the updates I see you were talking about |
It seems the
I am no esm expert, especially when it comes to Node.js environments. This was on a Node.js 14.15.3 Firebase emulator Function, I will have to investigate further 🤔 |
When the node adapter moves it's In the meantime, please use |
This still won't actually work, but for different reasons, see #16 |
🎉 This issue has been resolved in version 0.3.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
It seems the latest version 1.0.0-next.1 changed the way it exports. It seems to be a problem with:
in handler.js
The text was updated successfully, but these errors were encountered: