File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
javascript-node/test-project
typescript-node/test-project Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ check-version-ge "npm-requirement" "${npm_version}" "9.8.1"
1616sudo rm -f yarn.lock
1717sudo touch yarn.lock
1818sudo rm -rf .yarn/*
19+ sudo chmod a+rw yarn.lock
1920sudo mkdir -p .yarn/cache
21+ sudo chown -R $( id -u) :$( id -g) .yarn
22+ sudo chmod -R a+rwX .yar
2023check " yarn" yarn install
2124sudo rm -f package-lock.json
2225check " npm" npm install
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ check "node" node --version
1414sudo rm -f yarn.lock
1515sudo rm -rf .yarn/*
1616sudo touch yarn.lock
17+ sudo chmod a+rw yarn.lock
1718sudo mkdir -p .yarn/cache
19+ sudo chown -R $( id -u) :$( id -g) .yarn
20+ sudo chmod -R a+rwX .yarn
1821check " yarn" yarn install
1922sudo rm -f package-lock.json
2023check " eslint" eslint --no-warn-ignored src/server.ts
You can’t perform that action at this time.
0 commit comments