Skip to content

Commit 7804ea2

Browse files
authored
Update README.md
1 parent 8651c18 commit 7804ea2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Perform a cursory check of `node_modules` to verify everything specified in `pac
44

55
Initial version is written in C# for .NET Framework/Core.
66

7-
## Motivation
7+
## :warning: Outdated
88

9-
Doing `npm install` or `npm ci` on every build is not feasible. First, we should check if it’s necessary.
9+
This project was built quite some time ago and not really updated since. In the meantime, the `package-lock.json` format has evolved. This means the program(s) may either crash or, worse, produce false positives/negatives. **The programs in this repository should no longer be used as-is.**
10+
11+
Futhermore, changes to `npm` make `npm install` a sane command again. On the other hand, `npm ci` is not sane at all and should IMHO not be used at all.

0 commit comments

Comments
 (0)