Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mebtte committed Apr 30, 2024
1 parent b7bdccc commit fd66e43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

npm ci
npm ci --legacy-peer-deps

mkdir -p cache

Expand Down
4 changes: 2 additions & 2 deletions docs/run_by_source_code/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
```sh
git clone https://github.com/mebtte/cicada.git
cd cicada
npm ci
npm ci --legacy-peer-deps
npm run build:pwa
npm start -- -- start --port <port> --data <data> # attention: double --
```
Expand All @@ -27,7 +27,7 @@ npm start -- -- start --port <port> --data <data> # restart the server
```sh
git fetch -p
git switch v2
npm ci
npm ci --legacy-peer-deps
npm start -- -- upgrade-data <data>
```

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ git clone https://github.com/mebtte/cicada.git
Install the dependencies:

```sh
npm install
npm install --legacy-peer-deps
```

Use commands of cicada CLI:
Expand Down

0 comments on commit fd66e43

Please sign in to comment.