ServiceInnovationLab / PresenceChecker

Citizenship Act presence in NZ calculator
MIT License
1 stars 1 forks source link

Archive PresenceChecker #398

Open mermop opened 4 years ago

mermop commented 4 years ago
issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.80. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

JacOng17 commented 4 years ago

Currently Bundled with 1.17.3 (in Gemfile.lock), however the latest is Bundler 2. Will have errors when running bundle install. The workaround is to use gem install bundler -v '< 2.0' instead.

JacOng17 commented 4 years ago

Unable to find GraphViz's "dot" executable. Please visit https://voormedia.github.io/rails-erd/install.html for installation instructions.

sudo apt install graphviz

JacOng17 commented 4 years ago
[./app/javascript/packs/application.js] 3.13 KiB {application} [built] [failed] [1 error]

ERROR in ./app/javascript/packs/application.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: Cannot find module 'babel-plugin-syntax-dynamic-import' from '/home/user/workspace/PresenceChecker' Did you mean "@babel/syntax-dynamic-import"?

Solution is to delete .babelrc file.