diff --git a/wp-content/logsandproblems/stackoverflow/heroku.html b/wp-content/logsandproblems/stackoverflow/heroku.html index d0169ff..ce46a86 100644 --- a/wp-content/logsandproblems/stackoverflow/heroku.html +++ b/wp-content/logsandproblems/stackoverflow/heroku.html @@ -1,38 +1,38 @@ -

-----> Building on the Heroku-20 stack ------> Using buildpack: heroku/nodejs ------> Node.js app detected +

-----> Building on the Heroku-20 stack
+-----> Using buildpack: heroku/nodejs
+-----> Node.js app detected
+
+-----> Creating runtime environment
+
+ NPM_CONFIG_LOGLEVEL=error
+ NODE_VERBOSE=false
+ NODE_ENV=production
+ NODE_MODULES_CACHE=true
+
+-----> Installing binaries
+ engines.node (package.json): 14.x
+ engines.npm (package.json): unspecified (use default)
+
+ Resolving node version 14.x...
+ Downloading and installing node 14.16.0...
+ Using default npm version: 6.14.11
+
+-----> Installing dependencies
+ Installing node modules
+ npm ERR! axios not accessible from amethyste-api << Error in this line.
+
+ npm ERR! A complete log of this run can be found in:
+ npm ERR! *npm log censored*
+-----> Build failed
+
+ We're sorry this build is failing! You can troubleshoot common issues here:
+ https://devcenter.heroku.com/articles/troubleshooting-node-deploys
+
+ If you're stuck, please submit a ticket so we can help:
+ https://help.heroku.com/
+
+ Love,
+ Heroku
------> Creating runtime environment - - NPM_CONFIG_LOGLEVEL=error - NODE_VERBOSE=false - NODE_ENV=production - NODE_MODULES_CACHE=true - ------> Installing binaries - engines.node (package.json): 14.x - engines.npm (package.json): unspecified (use default) - - Resolving node version 14.x... - Downloading and installing node 14.16.0... - Using default npm version: 6.14.11 - ------> Installing dependencies - Installing node modules - npm ERR! axios not accessible from amethyste-api - - npm ERR! A complete log of this run can be found in: - npm ERR! *npm log censored* ------> Build failed - - We're sorry this build is failing! You can troubleshoot common issues here: - https://devcenter.heroku.com/articles/troubleshooting-node-deploys - - If you're stuck, please submit a ticket so we can help: - https://help.heroku.com/ - - Love, - Heroku - - ! Push rejected, failed to compile Node.js app. - ! Push failed

\ No newline at end of file + ! Push rejected, failed to compile Node.js app.
+ ! Push failed

\ No newline at end of file