You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
What did you do?
I tried to deploy the example on typescript. As I tried to run the tsccommand (following the instructions in the readme), I had the error:
Cannot find module '@scaleway/serverless-functions/framework/dist/types/types' or its corresponding type declarations.
5 } from "@scaleway/serverless-functions/framework/dist/types/types";
What did you expect to see?
A compiled handler.js
What did you see instead?
What version of Node are you using (node --version)?
$ node --version
v22.9.0
Does this issue reproduce with the latest release?
Yes.
The text was updated successfully, but these errors were encountered:
Community Note
What did you do?
I tried to deploy the example on typescript. As I tried to run the
tsc
command (following the instructions in the readme), I had the error:What did you expect to see?
A compiled handler.js
What did you see instead?
What version of Node are you using (
node --version
)?v22.9.0
Does this issue reproduce with the latest release?
Yes.
The text was updated successfully, but these errors were encountered: