-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello guys,
I bumped at some issues:
GNU/Linux
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:
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:
echo 'alias norminette="~/.norminette/norminette.rb"' >> ~/.profile
source ~/.profileSolution 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 ~/.bashrcDetail 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 🧡
Metadata
Metadata
Assignees
Labels
No labels
