This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Problem with tmp node modules: Error: Cannot find module 'tmp' #612
Unanswered
Pabluskagamo
asked this question in
Help
Replies: 1 comment 3 replies
-
hi, please provide code samples, links etc to make it easier to help you. also make sure to test locally first. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, i recently deployed mi api to deta-micros and i got a problem with one of the modules im using. This module has a dependency with the module tmp which is used to create temporary files. The problem is that this module is not found and im getting the following error on deta visor:
Error: Cannot find module 'tmp'
Since it was a dependency of another module i didnt have tmp module on package.json so i tried to install it and deploy again but i got the same error.
I hope you can help me and thank you for your atention.
Beta Was this translation helpful? Give feedback.
All reactions