AkhileshNS / heroku-deploy

A simple github action that dynamically deploys an app to heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git push heroku main occurring issue of node-adodb (deploy)

ravi-pandit-dits14 opened this issue · comments

Topic: To deploy my nestjs project to Heroku

Issue:
error node-adodb@5.0.3: The platform "linux" is incompatible with this module.
remote:error Found incompatible module

Description: I am unable to deploy my nestjs project on Heroku server. When I run the command git push heroku main facing above issue. I am unable direct connect to my Github repo from Heroku server.

Error on connect to Github
image

Command prompt log image:
image

Dependency detail
package.json

    "node": "14.16.0",
    "npm":"6.14.13",
    "yarn":"1.22.18"
  },```