-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can't deploy to Heroku: "error: Module not found" #14
Comments
Could you try removing "--cached-only" option in the Procfile? |
Hi, thanks for answering! I tried it but got the same error unfortunately:
as a side note, I felt as if the build was suspiciously fast |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I've been using this buildpack for over a year now, but these last months, I can't seem to deploy.
Everytime I get this error on the build log:
Well, you might think "maybe you're a dumass and you should remove this non-existent dependency "ws/mod.ts" from your file
server.ts
at line2
"But, there's no such dependency, heres my latest server.ts file.
I tried a lot of things, I checked and re-checked a lot of things, I even completely removed a dependency that in the end had nothing to do with the error.
Another very weird thing is, I tryed re-deploying the same branch, without changin anything and the build log gave me the same error, but in a different file (which is also not calling that dependency "ws/mod.ts" anywhere)
My last resort is coming here to ask for help.
Just in case it helps, here the entire build log:
The text was updated successfully, but these errors were encountered: