Skip to content

Commit 7b05d1f

Browse files
Fix bug in Logger
1 parent 2c7bd99 commit 7b05d1f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Install
5050
cd ~
5151
git clone https://github.com/redvanworkshop/sfcc-cli.git
5252
cd sfcc-cli
53-
npm install -g
53+
npm install -g --no-optional
5454
sfcc setup
5555
```
5656

5757
#### Install via NPM
5858

5959
```bash
60-
npm install -g sfcc-cli
60+
npm install -g sfcc-cli --no-optional
6161
sfcc setup
6262
```
6363

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"socket.io": "^2.2.0",
7676
"truncate-logs": "^1.0.4",
7777
"xml-js": "^1.6.9",
78+
"xml2js": "^0.4.19",
7879
"yargs": "^12.0.5"
7980
}
8081
}

0 commit comments

Comments
 (0)