We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello guys, I bumped at some issues:
git clone https://github.com/42sp/norminette-client.git ~/.norminette/ cd ~/.norminette/ bundle # it will ask for your password.
After execute the "bundle" command I found some issues and solved them as below:
Issue 1:
Solution 1:
Update the gem. You must run as administrator. sudo gem update --system
sudo gem update --system
Install bundler again. Still running as admin. sudo gem install bundler
sudo gem install bundler
Run the command bundle. bundle
bundle
Issue 2:
echo 'alias norminette="~/.norminette/norminette.rb"' >> ~/.profile source ~/.profile
Solution 2: The best way to me, Ubuntu 18.04 user, was to replace .profile for .bashrc, as below:
echo 'alias norminette="~/.norminette/norminette.rb"' >> ~/.bashrc source ~/.bashrc
Detail to be adjusted After that norminette will work, however, I got some weird data before the real norme analysis:
To fix that I did the command as below, adjusting the gem version to a previous one: sudo gem update --system 3.0.6
sudo gem update --system 3.0.6
Job done with @juanlamarao support. Hope it helps 🧡
The text was updated successfully, but these errors were encountered:
Feel free to send a Pull Request :)
Sorry, something went wrong.
No branches or pull requests
Hello guys,
I bumped at some issues:
GNU/Linux
After execute the "bundle" command I found some issues and solved them as below:
Issue 1:
Solution 1:
Update the gem. You must run as administrator.
sudo gem update --system
Install bundler again. Still running as admin.
sudo gem install bundler
Run the command bundle.
bundle
Create an alias
Issue 2:
Solution 2:
The best way to me, Ubuntu 18.04 user, was to replace .profile for .bashrc, as below:
Detail to be adjusted
After that norminette will work, however, I got some weird data before the real norme analysis:
To fix that I did the command as below, adjusting the gem version to a previous one:
sudo gem update --system 3.0.6
Job done with @juanlamarao support.
Hope it helps 🧡
The text was updated successfully, but these errors were encountered: