We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Named export 'parse' not found
14.3.0
Importing the parse method in an ESM environment worked fine in 14.2.0:
14.2.0
import { parse as parseDotEnv } from 'dotenv';
Since 14.3.0 this results in error Named export 'parse' not found.
Named export 'parse' not found.
The text was updated successfully, but these errors were encountered:
Investigating this.
Sorry, something went wrong.
@motdotla I shared some investigation in #605 and a potential patch in #606
Thanks for sharing and providing details @adriaanmeuris
Fixed in 14.3.1. https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md#1431-2022-01-25
14.3.1
thanks goes to @JeromeFitz. Thanks again!
No branches or pull requests
Importing the parse method in an ESM environment worked fine in
14.2.0
:Since
14.3.0
this results in errorNamed export 'parse' not found.
The text was updated successfully, but these errors were encountered: