Skip to content

Common develop Command

zhangziqian edited this page Feb 10, 2024 · 1 revision

Modify npm

If you use npm install in some subfolder, you need to return to the root of overleaf project to update lock file.

npm install --package-lock-only --ignore-scripts
Clone this wiki locally