We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3808b commit f3d49c6Copy full SHA for f3d49c6
Makefile
@@ -252,4 +252,4 @@ watchrsync: npm-install
252
.PHONY: npm-install
253
npm-install:
254
npm --version 2>&1 >/dev/null || ( echo "npm not installed; install npm to set up watchrsync" && exit 1 )
255
- npm list gaze-run-interrupt || npm install install gaze-run-interrupt@~2.0.0
+ npm list gaze-run-interrupt || npm install install --no-save gaze-run-interrupt@~2.0.0
0 commit comments