Create a package.json:
{
"dependencies": {
"dotenv": "^8.0.0"
}
}
Next, run pnpm i abstract-logging.
The abstract-logging package will be added to the dependencies at ^2.0.0 and the version of dotenv will not be changed.
[email protected] is added to the dependencies and dotenv's minimum version is updated to 8.2.0.
node -v prints: 12.13.1