Previous article --Qiita dominated the taste, so I registered a simple app on Heroku
in preparation for external release.
For the contents of the app, I referred to @ EightTreesCoffee's This article --Qitta ~~ Pakuri ~~.
C:\Users\user>npm install -g heroku
C:\Users\user>heroku --version
heroku/7.42.6 win32-x64 node-v12.18.2
sinatra Basically, I referred to this article --Qiita. heroku open Gununu WARNING:
warn.ing
Removing `Gemfile.lock` because it was generated on Windows.
Removing `vendor/bundle`.
You have not declared a Ruby version in your Gemfile.
Let's leave WARNING
heroku logs --tail
err.or
app.rb:2:in `require': cannot load such file -- sinatra/reloader (LoadError)
For the time being, comment out
Referenced site
Recommended Posts