Skip to content
Snippets Groups Projects
Commit 2c2cc534 authored by i-bird's avatar i-bird
Browse files

Fixing yarn installation

parent 8389bc90
No related branches found
No related tags found
No related merge requests found
Pipeline #2673 failed
#! /bin/bash
function solve_npm_yarn() {
source script/show_solutions
pc_install_command "$pcman"
commands[0]="su -c \"npm install yarn -g\""
commands[1]="sudo npm install yarn -g"
possible_solutions "${commands[@]}"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment