Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is there a way to run npm and show what would be installed via an 'npm install' short of actually installing it? That combined with a diff tool against package-lock versions would limit the review list. AFAIK, the way it is now you can't tell if one thing changed or one thousand until after completed.


Just add the --dry-run argument.

    npm i --dry-run event-stream




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: