I\'m working on a CLI tool in NodeJS that uses another NodeJs package that we develop, which is an SDK.
The thing is, we just published a V2 version of that SDK, and we
Do npm i alias@npm:package_name@package_version
npm i alias@npm:package_name@package_version
Inside package.json use “alias”: “npm:package_name@package_version”
“alias”: “npm:package_name@package_version”