Examples (6)
Unstar a public package from the default registry
npm unstar package_nameUnstar a package within a specific scope
npm unstar @scope/package_nameUnstar a package from a specific registry
npm unstar package_name --registry registry_urlUnstar a private package that requires authentication
npm unstar package_name --auth-type legacy|oauth|web|samlUnstar a package by providing an OTP for two-factor authentication
npm unstar package_name --otp otpUnstar a package with a specific logging level
npm unstar package_name --loglevel silent|error|warn|notice|http|timing|info|verbose|sillymade by @shridhargupta | data from tldr-pages