The default interactive shell is now zsh.
To update your account to use zsh, please run chsh -s /bin/zsh.
For more details, please visit https://support.apple.com/kb/HT208050.
(base) julians-air-2:server julianforbes$ git add .
(base) julians-air-2:server julianforbes$ git commit -m "initial commit"
On branch master
nothing to commit, working tree clean
(base) julians-air-2:server julianforbes$ git init
Reinitialized existing Git repository in /Users/julianforbes/server/.git/
(base) julians-air-2:server julianforbes$ git add .
(base) julians-air-2:server julianforbes$ git commit -m "initial commit"
On branch master
nothing to commit, working tree clean
(base) julians-air-2:server julianforbes$ cd server
-bash: cd: server: No such file or directory
(base) julians-air-2:server julianforbes$ brew install heroku
-bash: brew: command not found
(base) julians-air-2:server julianforbes$ brew tap heroku/brew && brew install heroku
-bash: brew: command not found
(base) julians-air-2:server julianforbes$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for sudo access (which may request your password).
Password:
Sorry, try again.
Password:
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The following existing directories will be made group writable:
/usr/local/bin
/usr/local/include
/usr/local/lib
/usr/local/share
/usr/local/share/doc
/usr/local/share/man
/usr/local/share/man/man1
==> The following existing directories will have their owner set to julianforbes:
/usr/local/bin
/usr/local/include
/usr/local/lib
/usr/local/share
/usr/local/share/doc
/usr/local/share/man
/usr/local/share/man/man1
==> The following existing directories will have their group set to admin:
/usr/local/bin
/usr/local/include
/usr/local/lib
/usr/local/share
/usr/local/share/doc
/usr/local/share/man
/usr/local/share/man/man1
==> The following new directories will be created:
/usr/local/etc
/usr/local/sbin
/usr/local/var
/usr/local/opt
/usr/local/share/zsh
/usr/local/share/zsh/site-functions
/usr/local/var/homebrew
/usr/local/var/homebrew/linked
/usr/local/Cellar
/usr/local/Caskroom
/usr/local/Frameworks
[new branch] master -> origin/master
Updating files: 100% (5877/5877), done.
HEAD is now at af7591ee9d influxdb: update 2.0.5 bottle.
==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (or will be during this install run).
Further documentation:
https://docs.brew.sh
(base) julians-air-2:server julianforbes$
(base) julians-air-2:server julianforbes$
(base) julians-air-2:server julianforbes$
(base) julians-air-2:server julianforbes$ brew tap heroku/brew && brew install heroku
Warning: heroku/brew/heroku 7.52.0 is already installed and up-to-date.
To reinstall 7.52.0, run:
brew reinstall heroku
(base) julians-air-2:server julianforbes$
(base) julians-air-2:server julianforbes$ heroku -v
› Warning: Our terms of service have changed: https://dashboard.heroku.com/terms-of-service
heroku/7.52.0 darwin-x64 node-v12.21.0
(base) julians-air-2:server julianforbes$ heroku login
› Warning: heroku update available from 7.52.0 to 7.53.0.
heroku: Press any key to open up the browser to login or q to exit:
Opening browser to https://cli-auth.heroku.com/auth/cli/browser/98776d56-832c-4f1e-87c8-d3a33c8da034?requestor=SFMyNTY.g2gDbQAAAA42OC4xOTIuMTIwLjE2N24GAPeglRV5AWIAAVGA.29KD8LJrzKrXlXvTvrrg1mq56LVP57Xx__pkvkpG25g
Logging in... done
Logged in as julian.forbes@bison.howard.edu
(base) julians-air-2:server julianforbes$ heroku create
› Warning: heroku update available from 7.52.0 to 7.53.0.
Creating app... done, ⬢ pure-sierra-13928
https://pure-sierra-13928.herokuapp.com/ | https://git.heroku.com/pure-sierra-13928.git
(base) julians-air-2:server julianforbes$ git remote add heroku https://git.heroku.com/pure-sierra-13928.git
fatal: remote heroku already exists.
(base) julians-air-2:server julianforbes$ git push heroku master
Enumerating objects: 1708, done.
Counting objects: 100% (1708/1708), done.
Delta compression using up to 4 threads
Compressing objects: 100% (1628/1628), done.
Writing objects: 100% (1708/1708), 1.32 MiB | 1.06 MiB/s, done.
Total 1708 (delta 444), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-20 stack
remote: -----> Determining which buildpack to use for this app
remote: -----> Node.js app detected
remote:
remote: -----> Creating runtime environment
remote:
remote: NPM_CONFIG_LOGLEVEL=error
remote: NODE_VERBOSE=false
remote: NODE_ENV=production
remote: NODE_MODULES_CACHE=true
remote:
remote: -----> Installing binaries
remote: engines.node (package.json): unspecified
remote: engines.npm (package.json): unspecified (use default)
remote:
remote: Resolving node version 14.x...
remote: Downloading and installing node 14.16.1...
remote: Using default npm version: 6.14.12
remote:
remote: -----> Installing dependencies
remote: Prebuild detected (node_modules already exists)
remote: Rebuilding any native modules
remote: express@4.17.1 /tmp/build_5e9731b3/node_modules/express
remote: accepts@1.3.7 /tmp/build_5e9731b3/node_modules/accepts
remote: mime-types@2.1.28 /tmp/build_5e9731b3/node_modules/mime-types
remote: mime-db@1.45.0 /tmp/build_5e9731b3/node_modules/mime-db
remote: negotiator@0.6.2 /tmp/build_5e9731b3/node_modules/negotiator
remote: array-flatten@1.1.1 /tmp/build_5e9731b3/node_modules/array-flatten
remote: body-parser@1.19.0 /tmp/build_5e9731b3/node_modules/body-parser
remote: bytes@3.1.0 /tmp/build_5e9731b3/node_modules/bytes
remote: content-type@1.0.4 /tmp/build_5e9731b3/node_modules/content-type
remote: debug@2.6.9 /tmp/build_5e9731b3/node_modules/debug
remote: ms@2.0.0 /tmp/build_5e9731b3/node_modules/ms
remote: depd@1.1.2 /tmp/build_5e9731b3/node_modules/depd
remote: http-errors@1.7.2 /tmp/build_5e9731b3/node_modules/http-errors
remote: inherits@2.0.3 /tmp/build_5e9731b3/node_modules/inherits
remote: setprototypeof@1.1.1 /tmp/build_5e9731b3/node_modules/setprototypeof
remote: statuses@1.5.0 /tmp/build_5e9731b3/node_modules/statuses
remote: toidentifier@1.0.0 /tmp/build_5e9731b3/node_modules/toidentifier
remote: iconv-lite@0.4.24 /tmp/build_5e9731b3/node_modules/iconv-lite
remote: safer-buffer@2.1.2 /tmp/build_5e9731b3/node_modules/safer-buffer
remote: on-finished@2.3.0 /tmp/build_5e9731b3/node_modules/on-finished
remote: ee-first@1.1.1 /tmp/build_5e9731b3/node_modules/ee-first
remote: qs@6.7.0 /tmp/build_5e9731b3/node_modules/qs
remote: raw-body@2.4.0 /tmp/build_5e9731b3/node_modules/raw-body
remote: unpipe@1.0.0 /tmp/build_5e9731b3/node_modules/unpipe
remote: type-is@1.6.18 /tmp/build_5e9731b3/node_modules/type-is
remote: media-typer@0.3.0 /tmp/build_5e9731b3/node_modules/media-typer
remote: content-disposition@0.5.3 /tmp/build_5e9731b3/node_modules/content-disposition
remote: safe-buffer@5.1.2 /tmp/build_5e9731b3/node_modules/safe-buffer
remote: cookie@0.4.0 /tmp/build_5e9731b3/node_modules/cookie
remote: cookie-signature@1.0.6 /tmp/build_5e9731b3/node_modules/cookie-signature
remote: encodeurl@1.0.2 /tmp/build_5e9731b3/node_modules/encodeurl
remote: escape-html@1.0.3 /tmp/build_5e9731b3/node_modules/escape-html
remote: etag@1.8.1 /tmp/build_5e9731b3/node_modules/etag
remote: finalhandler@1.1.2 /tmp/build_5e9731b3/node_modules/finalhandler
remote: parseurl@1.3.3 /tmp/build_5e9731b3/node_modules/parseurl
remote: fresh@0.5.2 /tmp/build_5e9731b3/node_modules/fresh
remote: merge-descriptors@1.0.1 /tmp/build_5e9731b3/node_modules/merge-descriptors
remote: methods@1.1.2 /tmp/build_5e9731b3/node_modules/methods
remote: path-to-regexp@0.1.7 /tmp/build_5e9731b3/node_modules/path-to-regexp
remote: proxy-addr@2.0.6 /tmp/build_5e9731b3/node_modules/proxy-addr
remote: forwarded@0.1.2 /tmp/build_5e9731b3/node_modules/forwarded
remote: ipaddr.js@1.9.1 /tmp/build_5e9731b3/node_modules/ipaddr.js
remote: range-parser@1.2.1 /tmp/build_5e9731b3/node_modules/range-parser
remote: send@0.17.1 /tmp/build_5e9731b3/node_modules/send
remote: destroy@1.0.4 /tmp/build_5e9731b3/node_modules/destroy
remote: mime@1.6.0 /tmp/build_5e9731b3/node_modules/mime
remote: ms@2.1.1 /tmp/build_5e9731b3/node_modules/send/node_modules/ms
remote: serve-static@1.14.1 /tmp/build_5e9731b3/node_modules/serve-static
remote: utils-merge@1.0.1 /tmp/build_5e9731b3/node_modules/utils-merge
remote: vary@1.1.2 /tmp/build_5e9731b3/node_modules/vary
remote: save@2.4.0 /tmp/build_5e9731b3/node_modules/save
remote: async@2.6.3 /tmp/build_5e9731b3/node_modules/async
remote: lodash@4.17.20 /tmp/build_5e9731b3/node_modules/lodash
remote: event-stream@4.0.1 /tmp/build_5e9731b3/node_modules/event-stream
remote: duplexer@0.1.2 /tmp/build_5e9731b3/node_modules/duplexer
remote: from@0.1.7 /tmp/build_5e9731b3/node_modules/from
remote: map-stream@0.0.7 /tmp/build_5e9731b3/node_modules/map-stream
remote: pause-stream@0.0.11 /tmp/build_5e9731b3/node_modules/pause-stream
remote: through@2.3.8 /tmp/build_5e9731b3/node_modules/through
remote: split@1.0.1 /tmp/build_5e9731b3/node_modules/split
remote: stream-combiner@0.2.2 /tmp/build_5e9731b3/node_modules/stream-combiner
remote: lodash.assign@4.2.0 /tmp/build_5e9731b3/node_modules/lodash.assign
remote: mingo@1.3.3 /tmp/build_5e9731b3/node_modules/mingo
remote: Installing any new modules (package.json)
remote: updated 63 packages and audited 63 packages in 3.319s
remote: found 0 vulnerabilities
remote:
remote:
remote: -----> Build
remote:
remote: -----> Caching build
remote: - node_modules
remote:
remote: -----> Pruning devDependencies
remote: audited 63 packages in 0.822s
remote: found 0 vulnerabilities
remote:
remote:
remote: -----> Build succeeded!
remote: ! This app may not specify any way to start a node process
remote: https://devcenter.heroku.com/articles/nodejs-support#default-web-process-type
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> (none)
remote: Default types for buildpack -> web
remote:
remote: -----> Compressing...
remote: Done: 33.3M
remote: -----> Launching...
remote: Released v3
remote: https://pure-sierra-13928.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To https://git.heroku.com/pure-sierra-13928.git
[new branch] master -> master
(base) julians-air-2:server julianforbes$ heroku open
› Warning: heroku update available from 7.52.0 to 7.53.0.
(base) julians-air-2:server julianforbes$ heroku logs
› Warning: heroku update available from 7.52.0 to 7.53.0.
2021-04-27T23:06:55.118369+00:00 app[api]: Release v1 created by user julian.forbes@bison.howard.edu
2021-04-27T23:06:55.118369+00:00 app[api]: Initial release by user julian.forbes@bison.howard.edu
2021-04-27T23:06:55.311952+00:00 app[api]: Release v2 created by user julian.forbes@bison.howard.edu
2021-04-27T23:06:55.311952+00:00 app[api]: Enable Logplex by user julian.forbes@bison.howard.edu
2021-04-27T23:16:54.000000+00:00 app[api]: Build started by user julian.forbes@bison.howard.edu
2021-04-27T23:17:13.757934+00:00 app[api]: Deploy 30498171 by user julian.forbes@bison.howard.edu
2021-04-27T23:17:13.757934+00:00 app[api]: Release v3 created by user julian.forbes@bison.howard.edu
2021-04-27T23:17:13.770711+00:00 app[api]: Scaled to web@1:Free by user julian.forbes@bison.howard.edu
2021-04-27T23:17:14.000000+00:00 app[api]: Build succeeded
2021-04-27T23:17:17.364924+00:00 heroku[web.1]: Starting process with command npm start
2021-04-27T23:17:21.041964+00:00 app[web.1]: npm ERR! missing script: start
2021-04-27T23:17:21.076976+00:00 app[web.1]:
2021-04-27T23:17:21.078419+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2021-04-27T23:17:21.078836+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2021-04-27T23_17_21_043Z-debug.log
2021-04-27T23:17:21.201752+00:00 heroku[web.1]: Process exited with status 1
2021-04-27T23:17:21.309048+00:00 heroku[web.1]: State changed from starting to crashed
2021-04-27T23:17:21.313307+00:00 heroku[web.1]: State changed from crashed to starting
2021-04-27T23:17:24.180422+00:00 heroku[web.1]: Starting process with command npm start
2021-04-27T23:17:26.684642+00:00 app[web.1]: npm ERR! missing script: start
2021-04-27T23:17:26.690496+00:00 app[web.1]:
2021-04-27T23:17:26.690829+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2021-04-27T23:17:26.690912+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2021-04-27T23_17_26_685Z-debug.log
2021-04-27T23:17:26.746869+00:00 heroku[web.1]: Process exited with status 1
2021-04-27T23:17:26.852544+00:00 heroku[web.1]: State changed from starting to crashed
2021-04-27T23:21:35.196186+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pure-sierra-13928.herokuapp.com request_id=04d371aa-3a87-4c8c-a424-ad1337b21abe fwd="68.192.120.167" dyno= connect= service= status=503 bytes= protocol=https
2021-04-27T23:21:35.704717+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pure-sierra-13928.herokuapp.com request_id=edd26064-29a2-4161-9100-8523e75a0916 fwd="68.192.120.167" dyno= connect= service= status=503 bytes= protocol=https
(base) julians-air-2:server julianforbes$ npm install npm@latest -g
npm notice
npm notice New minor version of npm available! 7.5.1 -> 7.11.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v7.11.1
npm notice Run npm install -g npm@7.11.1 to update!
npm notice
npm ERR! code EACCES
npm ERR! syscall rename
npm ERR! path /usr/local/lib/node_modules/npm
npm ERR! dest /usr/local/lib/node_modules/.npm-i9nnxROI
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/npm' -> '/usr/local/lib/node_modules/.npm-i9nnxROI'
npm ERR! [Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/npm' -> '/usr/local/lib/node_modules/.npm-i9nnxROI'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'rename',
npm ERR! path: '/usr/local/lib/node_modules/npm',
npm ERR! dest: '/usr/local/lib/node_modules/.npm-i9nnxROI'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/julianforbes/.npm/_logs/2021-04-27T23_28_57_459Z-debug.log
(base) julians-air-2:server julianforbes$ npm install -g npm@7.11.1
npm ERR! code EACCES
npm ERR! syscall rename
npm ERR! path /usr/local/lib/node_modules/npm
npm ERR! dest /usr/local/lib/node_modules/.npm-i9nnxROI
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/npm' -> '/usr/local/lib/node_modules/.npm-i9nnxROI'
npm ERR! [Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/npm' -> '/usr/local/lib/node_modules/.npm-i9nnxROI'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'rename',
npm ERR! path: '/usr/local/lib/node_modules/npm',
npm ERR! dest: '/usr/local/lib/node_modules/.npm-i9nnxROI'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/julianforbes/.npm/_logs/2021-04-27T23_29_21_957Z-debug.log
(base) julians-air-2:server julianforbes$ git add .
(base) julians-air-2:server julianforbes$ git commit -m "heroku deploy"
On branch master
nothing to commit, working tree clean
(base) julians-air-2:server julianforbes$ git push heroku master
Everything up-to-date
(base) julians-air-2:server julianforbes$ git add .
(base) julians-air-2:server julianforbes$ git commit -m "heroku deploy"
On branch master
nothing to commit, working tree clean
(base) julians-air-2:server julianforbes$ git push heroku master
Everything up-to-date
(base) julians-air-2:server julianforbes$ heroku open
(base) julians-air-2:server julianforbes$ heroku logs --tail
2021-05-13T14:52:09.432874+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pure-sierra-13928.herokuapp.com request_id=cab410d5-436a-4d61-b582-b27f31dbe058 fwd="68.192.120.167" dyno= connect= service= status=503 bytes= protocol=https
2021-05-13T14:52:10.075565+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pure-sierra-13928.herokuapp.com request_id=69d69513-4fab-41a8-a5ec-9a5980465737 fwd="68.192.120.167" dyno= connect= service= status=503 bytes= protocol=https
git push heroku main
`@Bobby
Not sure what the errors mean after typing heroku logs -- tail
`Last login: Tue Apr 27 18:17:02 on ttys002
The default interactive shell is now zsh. To update your account to use zsh, please run
chsh -s /bin/zsh
. For more details, please visit https://support.apple.com/kb/HT208050. (base) julians-air-2:server julianforbes$ git add . (base) julians-air-2:server julianforbes$ git commit -m "initial commit" On branch master nothing to commit, working tree clean (base) julians-air-2:server julianforbes$ git init Reinitialized existing Git repository in /Users/julianforbes/server/.git/ (base) julians-air-2:server julianforbes$ git add . (base) julians-air-2:server julianforbes$ git commit -m "initial commit" On branch master nothing to commit, working tree clean (base) julians-air-2:server julianforbes$ cd server -bash: cd: server: No such file or directory (base) julians-air-2:server julianforbes$ brew install heroku -bash: brew: command not found (base) julians-air-2:server julianforbes$ brew tap heroku/brew && brew install heroku -bash: brew: command not found (base) julians-air-2:server julianforbes$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ==> Checking forsudo
access (which may request your password). Password: Sorry, try again. Password: ==> This script will install: /usr/local/bin/brew /usr/local/share/doc/homebrew /usr/local/share/man/man1/brew.1 /usr/local/share/zsh/site-functions/_brew /usr/local/etc/bash_completion.d/brew /usr/local/Homebrew ==> The following existing directories will be made group writable: /usr/local/bin /usr/local/include /usr/local/lib /usr/local/share /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 ==> The following existing directories will have their owner set to julianforbes: /usr/local/bin /usr/local/include /usr/local/lib /usr/local/share /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 ==> The following existing directories will have their group set to admin: /usr/local/bin /usr/local/include /usr/local/lib /usr/local/share /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 ==> The following new directories will be created: /usr/local/etc /usr/local/sbin /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/FrameworksPress RETURN to continue or any other key to abort ==> /usr/bin/sudo /bin/chmod u+rwx /usr/local/bin /usr/local/include /usr/local/lib /usr/local/share /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/bin /usr/local/include /usr/local/lib /usr/local/share /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 ==> /usr/bin/sudo /usr/sbin/chown julianforbes /usr/local/bin /usr/local/include /usr/local/lib /usr/local/share /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/bin /usr/local/include /usr/local/lib /usr/local/share /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 ==> /usr/bin/sudo /bin/mkdir -p /usr/local/etc /usr/local/sbin /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/etc /usr/local/sbin /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks ==> /usr/bin/sudo /usr/sbin/chown julianforbes /usr/local/etc /usr/local/sbin /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/etc /usr/local/sbin /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks ==> /usr/bin/sudo /bin/mkdir -p /usr/local/Homebrew ==> /usr/bin/sudo /usr/sbin/chown -R julianforbes:admin /usr/local/Homebrew ==> /usr/bin/sudo /bin/mkdir -p /Users/julianforbes/Library/Caches/Homebrew ==> /usr/bin/sudo /bin/chmod g+rwx /Users/julianforbes/Library/Caches/Homebrew ==> /usr/bin/sudo /usr/sbin/chown -R julianforbes /Users/julianforbes/Library/Caches/Homebrew
==> Downloading and installing Homebrew... remote: Enumerating objects: 181313, done. remote: Counting objects: 100% (50/50), done. remote: Compressing objects: 100% (50/50), done. remote: Total 181313 (delta 0), reused 46 (delta 0), pack-reused 181263 Receiving objects: 100% (181313/181313), 48.00 MiB | 18.36 MiB/s, done. Resolving deltas: 100% (134521/134521), done. From https://github.com/Homebrew/brew
brew tap heroku/brew && brew install heroku
From https://github.com/Homebrew/homebrew-core
==> Homebrew has enabled anonymous aggregate formulae and cask analytics. Read the analytics documentation (and how to opt-out) here: https://docs.brew.sh/Analytics No analytics data has been sent yet (or will be during this
install
run).==> Homebrew is run entirely by unpaid volunteers. Please consider donating: https://github.com/Homebrew/brew#donations
==> Next steps:
brew help
to get startedremote: -----> Creating runtime environment remote:
remote: NPM_CONFIG_LOGLEVEL=error remote: NODE_VERBOSE=false remote: NODE_ENV=production remote: NODE_MODULES_CACHE=true remote:
remote: -----> Installing binaries remote: engines.node (package.json): unspecified remote: engines.npm (package.json): unspecified (use default) remote:
remote: Resolving node version 14.x... remote: Downloading and installing node 14.16.1... remote: Using default npm version: 6.14.12 remote:
remote: -----> Installing dependencies remote: Prebuild detected (node_modules already exists) remote: Rebuilding any native modules remote: express@4.17.1 /tmp/build_5e9731b3/node_modules/express remote: accepts@1.3.7 /tmp/build_5e9731b3/node_modules/accepts remote: mime-types@2.1.28 /tmp/build_5e9731b3/node_modules/mime-types remote: mime-db@1.45.0 /tmp/build_5e9731b3/node_modules/mime-db remote: negotiator@0.6.2 /tmp/build_5e9731b3/node_modules/negotiator remote: array-flatten@1.1.1 /tmp/build_5e9731b3/node_modules/array-flatten remote: body-parser@1.19.0 /tmp/build_5e9731b3/node_modules/body-parser remote: bytes@3.1.0 /tmp/build_5e9731b3/node_modules/bytes remote: content-type@1.0.4 /tmp/build_5e9731b3/node_modules/content-type remote: debug@2.6.9 /tmp/build_5e9731b3/node_modules/debug remote: ms@2.0.0 /tmp/build_5e9731b3/node_modules/ms remote: depd@1.1.2 /tmp/build_5e9731b3/node_modules/depd remote: http-errors@1.7.2 /tmp/build_5e9731b3/node_modules/http-errors remote: inherits@2.0.3 /tmp/build_5e9731b3/node_modules/inherits remote: setprototypeof@1.1.1 /tmp/build_5e9731b3/node_modules/setprototypeof remote: statuses@1.5.0 /tmp/build_5e9731b3/node_modules/statuses remote: toidentifier@1.0.0 /tmp/build_5e9731b3/node_modules/toidentifier remote: iconv-lite@0.4.24 /tmp/build_5e9731b3/node_modules/iconv-lite remote: safer-buffer@2.1.2 /tmp/build_5e9731b3/node_modules/safer-buffer remote: on-finished@2.3.0 /tmp/build_5e9731b3/node_modules/on-finished remote: ee-first@1.1.1 /tmp/build_5e9731b3/node_modules/ee-first remote: qs@6.7.0 /tmp/build_5e9731b3/node_modules/qs remote: raw-body@2.4.0 /tmp/build_5e9731b3/node_modules/raw-body remote: unpipe@1.0.0 /tmp/build_5e9731b3/node_modules/unpipe remote: type-is@1.6.18 /tmp/build_5e9731b3/node_modules/type-is remote: media-typer@0.3.0 /tmp/build_5e9731b3/node_modules/media-typer remote: content-disposition@0.5.3 /tmp/build_5e9731b3/node_modules/content-disposition remote: safe-buffer@5.1.2 /tmp/build_5e9731b3/node_modules/safe-buffer remote: cookie@0.4.0 /tmp/build_5e9731b3/node_modules/cookie remote: cookie-signature@1.0.6 /tmp/build_5e9731b3/node_modules/cookie-signature remote: encodeurl@1.0.2 /tmp/build_5e9731b3/node_modules/encodeurl remote: escape-html@1.0.3 /tmp/build_5e9731b3/node_modules/escape-html remote: etag@1.8.1 /tmp/build_5e9731b3/node_modules/etag remote: finalhandler@1.1.2 /tmp/build_5e9731b3/node_modules/finalhandler remote: parseurl@1.3.3 /tmp/build_5e9731b3/node_modules/parseurl remote: fresh@0.5.2 /tmp/build_5e9731b3/node_modules/fresh remote: merge-descriptors@1.0.1 /tmp/build_5e9731b3/node_modules/merge-descriptors remote: methods@1.1.2 /tmp/build_5e9731b3/node_modules/methods remote: path-to-regexp@0.1.7 /tmp/build_5e9731b3/node_modules/path-to-regexp remote: proxy-addr@2.0.6 /tmp/build_5e9731b3/node_modules/proxy-addr remote: forwarded@0.1.2 /tmp/build_5e9731b3/node_modules/forwarded remote: ipaddr.js@1.9.1 /tmp/build_5e9731b3/node_modules/ipaddr.js remote: range-parser@1.2.1 /tmp/build_5e9731b3/node_modules/range-parser remote: send@0.17.1 /tmp/build_5e9731b3/node_modules/send remote: destroy@1.0.4 /tmp/build_5e9731b3/node_modules/destroy remote: mime@1.6.0 /tmp/build_5e9731b3/node_modules/mime remote: ms@2.1.1 /tmp/build_5e9731b3/node_modules/send/node_modules/ms remote: serve-static@1.14.1 /tmp/build_5e9731b3/node_modules/serve-static remote: utils-merge@1.0.1 /tmp/build_5e9731b3/node_modules/utils-merge remote: vary@1.1.2 /tmp/build_5e9731b3/node_modules/vary remote: save@2.4.0 /tmp/build_5e9731b3/node_modules/save remote: async@2.6.3 /tmp/build_5e9731b3/node_modules/async remote: lodash@4.17.20 /tmp/build_5e9731b3/node_modules/lodash remote: event-stream@4.0.1 /tmp/build_5e9731b3/node_modules/event-stream remote: duplexer@0.1.2 /tmp/build_5e9731b3/node_modules/duplexer remote: from@0.1.7 /tmp/build_5e9731b3/node_modules/from remote: map-stream@0.0.7 /tmp/build_5e9731b3/node_modules/map-stream remote: pause-stream@0.0.11 /tmp/build_5e9731b3/node_modules/pause-stream remote: through@2.3.8 /tmp/build_5e9731b3/node_modules/through remote: split@1.0.1 /tmp/build_5e9731b3/node_modules/split remote: stream-combiner@0.2.2 /tmp/build_5e9731b3/node_modules/stream-combiner remote: lodash.assign@4.2.0 /tmp/build_5e9731b3/node_modules/lodash.assign remote: mingo@1.3.3 /tmp/build_5e9731b3/node_modules/mingo remote: Installing any new modules (package.json) remote: updated 63 packages and audited 63 packages in 3.319s remote: found 0 vulnerabilities remote:
remote:
remote: -----> Build remote:
remote: -----> Caching build remote: - node_modules remote:
remote: -----> Pruning devDependencies remote: audited 63 packages in 0.822s remote: found 0 vulnerabilities remote:
remote:
remote: -----> Build succeeded! remote: ! This app may not specify any way to start a node process remote: https://devcenter.heroku.com/articles/nodejs-support#default-web-process-type remote: remote: -----> Discovering process types remote: Procfile declares types -> (none) remote: Default types for buildpack -> web remote: remote: -----> Compressing... remote: Done: 33.3M remote: -----> Launching... remote: Released v3 remote: https://pure-sierra-13928.herokuapp.com/ deployed to Heroku remote: remote: Verifying deploy... done. To https://git.heroku.com/pure-sierra-13928.git
npm start
2021-04-27T23:17:21.041964+00:00 app[web.1]: npm ERR! missing script: start 2021-04-27T23:17:21.076976+00:00 app[web.1]: 2021-04-27T23:17:21.078419+00:00 app[web.1]: npm ERR! A complete log of this run can be found in: 2021-04-27T23:17:21.078836+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2021-04-27T23_17_21_043Z-debug.log 2021-04-27T23:17:21.201752+00:00 heroku[web.1]: Process exited with status 1 2021-04-27T23:17:21.309048+00:00 heroku[web.1]: State changed from starting to crashed 2021-04-27T23:17:21.313307+00:00 heroku[web.1]: State changed from crashed to starting 2021-04-27T23:17:24.180422+00:00 heroku[web.1]: Starting process with commandnpm start
2021-04-27T23:17:26.684642+00:00 app[web.1]: npm ERR! missing script: start 2021-04-27T23:17:26.690496+00:00 app[web.1]: 2021-04-27T23:17:26.690829+00:00 app[web.1]: npm ERR! A complete log of this run can be found in: 2021-04-27T23:17:26.690912+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2021-04-27T23_17_26_685Z-debug.log 2021-04-27T23:17:26.746869+00:00 heroku[web.1]: Process exited with status 1 2021-04-27T23:17:26.852544+00:00 heroku[web.1]: State changed from starting to crashed 2021-04-27T23:21:35.196186+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pure-sierra-13928.herokuapp.com request_id=04d371aa-3a87-4c8c-a424-ad1337b21abe fwd="68.192.120.167" dyno= connect= service= status=503 bytes= protocol=https 2021-04-27T23:21:35.704717+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pure-sierra-13928.herokuapp.com request_id=edd26064-29a2-4161-9100-8523e75a0916 fwd="68.192.120.167" dyno= connect= service= status=503 bytes= protocol=https (base) julians-air-2:server julianforbes$ npm install npm@latest -g npm notice npm notice New minor version of npm available! 7.5.1 -> 7.11.1 npm notice Changelog: https://github.com/npm/cli/releases/tag/v7.11.1 npm notice Run npm install -g npm@7.11.1 to update! npm notice npm ERR! code EACCES npm ERR! syscall rename npm ERR! path /usr/local/lib/node_modules/npm npm ERR! dest /usr/local/lib/node_modules/.npm-i9nnxROI npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/npm' -> '/usr/local/lib/node_modules/.npm-i9nnxROI' npm ERR! [Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/npm' -> '/usr/local/lib/node_modules/.npm-i9nnxROI'] { npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'rename', npm ERR! path: '/usr/local/lib/node_modules/npm', npm ERR! dest: '/usr/local/lib/node_modules/.npm-i9nnxROI' npm ERR! } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user npm ERR! npm ERR! If you believe this might be a permissions issue, please double-check the npm ERR! permissions of the file and its containing directories, or try running npm ERR! the command again as root/Administrator.npm ERR! A complete log of this run can be found in: npm ERR! /Users/julianforbes/.npm/_logs/2021-04-27T23_28_57_459Z-debug.log (base) julians-air-2:server julianforbes$ npm install -g npm@7.11.1 npm ERR! code EACCES npm ERR! syscall rename npm ERR! path /usr/local/lib/node_modules/npm npm ERR! dest /usr/local/lib/node_modules/.npm-i9nnxROI npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/npm' -> '/usr/local/lib/node_modules/.npm-i9nnxROI' npm ERR! [Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/npm' -> '/usr/local/lib/node_modules/.npm-i9nnxROI'] { npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'rename', npm ERR! path: '/usr/local/lib/node_modules/npm', npm ERR! dest: '/usr/local/lib/node_modules/.npm-i9nnxROI' npm ERR! } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user npm ERR! npm ERR! If you believe this might be a permissions issue, please double-check the npm ERR! permissions of the file and its containing directories, or try running npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in: npm ERR! /Users/julianforbes/.npm/_logs/2021-04-27T23_29_21_957Z-debug.log (base) julians-air-2:server julianforbes$ git add . (base) julians-air-2:server julianforbes$ git commit -m "heroku deploy" On branch master nothing to commit, working tree clean (base) julians-air-2:server julianforbes$ git push heroku master Everything up-to-date (base) julians-air-2:server julianforbes$ git add . (base) julians-air-2:server julianforbes$ git commit -m "heroku deploy" On branch master nothing to commit, working tree clean (base) julians-air-2:server julianforbes$ git push heroku master Everything up-to-date (base) julians-air-2:server julianforbes$ heroku open (base) julians-air-2:server julianforbes$ heroku logs --tail 2021-05-13T14:52:09.432874+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pure-sierra-13928.herokuapp.com request_id=cab410d5-436a-4d61-b582-b27f31dbe058 fwd="68.192.120.167" dyno= connect= service= status=503 bytes= protocol=https 2021-05-13T14:52:10.075565+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pure-sierra-13928.herokuapp.com request_id=69d69513-4fab-41a8-a5ec-9a5980465737 fwd="68.192.120.167" dyno= connect= service= status=503 bytes= protocol=https git push heroku main
`@Bobby Not sure what the errors mean after typing heroku logs -- tail