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
Since Oct 16 dotenv package has added @types/dotenv. We no longer need to set the peerDependencies property in the package.json which shows unnecessary warning message, as well as the README file, should be fixed.
Actual behavior or outcome (for issue)
npm WARN nestjs-config@1.4.5 requires a peer of @types/dotenv@^8.2.0 but none is installed. You must install peer dependencies yourself.
Issue type:
nestjs-config version
1.4.5 (latest)
@nestjs/common+core or other package versions
Excepted behavior
Since Oct 16
dotenv
package has added @types/dotenv. We no longer need to set the peerDependencies property in the package.json which shows unnecessary warning message, as well as the README file, should be fixed.Actual behavior or outcome (for issue)
Replication/Example
Better use dotenv types from the following path
NOT
Should I make a PR? 🤔
The text was updated successfully, but these errors were encountered: