We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c6c487 + c737075 commit db2f4faCopy full SHA for db2f4fa
src/commands/install.yml
@@ -3,4 +3,6 @@ description: >
3
steps:
4
- run:
5
name: Install Testlio CLI
6
- command: "npm install -g @testlio/cli"
+ # https://github.com/CircleCI-Public/cimg-node/pull/270/files
7
+ # override sudo npm install as required now with cimg/node:lts
8
+ command: "npm install --prefix=$HOME/.local --global @testlio/cli"
0 commit comments