Open IgorNadj opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Unfortunately I tried this and it caused a lot of issues so I reverted. The paths not being resolved is likely not an issue with the way the library is built. I'm happy however to help you with your bug. Please share code
Node 18 introduces prefix-only node packages, e.g.
node:path
. Using this package on Node 18+ results in errors because the imports cannot be resolved.See https://stateful.com/blog/node-18-prefix-only-modules and the previous attempt to introduce this https://github.com/goatandsheep/react-native-dotenv/pull/399
I suggest creating a 4. version of this package that supports 18+ as a solution which covers all node versions.
Link to issue
Small enough I thought it doesn't need it