From 8ff69055b93b25a9e9340b51f171cc07c116c88d Mon Sep 17 00:00:00 2001 From: kjeremy Date: Fri, 5 Feb 2021 10:57:36 -0500 Subject: Do not overwrite lock file Use `npm ci` instead of `npm install`. `npm install` will overwrite the lock file if you have a newer npm version than the one that generated the package-lock.json --- docs/dev/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/debugging.md') diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md index cc7a790ff..5876e71bc 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md @@ -10,7 +10,7 @@ - Install all TypeScript dependencies ```bash cd editors/code - npm install + npm ci ``` ## Common knowledge -- cgit v1.2.3