Skip to content

Commit

Permalink
Remove obsolete NPM package and update package-lock (asreview#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 authored Sep 3, 2024
1 parent 05aaf1f commit 2be9720
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14,626 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Install ASReview in editable mode
pip install -e ".[dev]"
```

Navigate into `asreview/webapp` and install NPM packages
Navigate into `asreview/webapp` and install NPM packages (with clean-install)

```sh
cd asreview/webapp
npm install
npm ci
```

### Setting up servers
Expand Down
Loading

0 comments on commit 2be9720

Please sign in to comment.