command not found: jekyll
Problem After install ruby can not run jekyll. Solution install jekyll by running the following command:
Problem After install ruby can not run jekyll. Solution install jekyll by running the following command:
Problem While trying to run a ruby app, I got an error Tried to run the command: rvm install “ruby-2.7.2” but it always fail. Reason I installed opensll@3 default into mac so that one is not supporting old ruby versions…
Problem: when trying to run flutter app on physical device using USB on MacBook M1 chip this error appears Solution: Go to flutter SDK location using terminal: then run this command:
Problem when making migrate this error appear. Reason this problem usually occurs at first migrate because there is usage of content_types inside code before creating tables. Solution put your project urls inside try and except.
Problem when trying to translate our project using this command: this error appears. Reason This is because virtual environment directory inside django project. Solution if virtual environment directory is “venv” run this command and change “venv” whatever your virtual environment…