Bit confused here, granted I'm still learning, self teaching. I think npm/node modules/node.js problems might be the issue.
I've a React.js app I'm trying to upload to Heroku but get this error when attempting to push -
-----> Building on the Heroku-20 stack -----> Determining which buildpack to use for this app ! No default language could be detected for this app. HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically. See https://devcenter.heroku.com/articles/buildpacks ! Push failed
I've got the latest Node.js installed, ran npm install (does not produce a node_modules folder however), have a package.json and package-lock.json at the root.
I feel I'm missing a fundamental step in setting up here but not sure what it is.
Any help would really be appreciated.