You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from a fresh git checkout, the "Developing RSS-proxy" section mentions to run npm run install, but the command actually fails (tested on macOS with npm 6.13.4 and npm 7.7.6):
tmuguet-2:rss-proxy tmuguet$ npm run install
npm ERR! missing script: install
npm ERR!
npm ERR! Did you mean this?
npm ERR! preinstall
Running npm run preinstall seems to work. Is that the correct command?
The text was updated successfully, but these errors were encountered:
Hi,
Starting from a fresh git checkout, the "Developing RSS-proxy" section mentions to run
npm run install
, but the command actually fails (tested on macOS with npm 6.13.4 and npm 7.7.6):Running
npm run preinstall
seems to work. Is that the correct command?The text was updated successfully, but these errors were encountered: