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
When .env.js file throwing error like "Cannot find module '...' " , env-cmd tells us that "Failed to find .env file at path: {filePath}". This message is not telling the real issue.
Alternatively "Something went wrong when accessing env file path: ${filePath}" will be better. Can someone add your comments or correct this message with better English ?
When .env.js file throwing error like "Cannot find module '...' " , env-cmd tells us that "Failed to find .env file at path: {filePath}". This message is not telling the real issue.
Alternatively "Something went wrong when accessing env file path: ${filePath}" will be better. Can someone add your comments or correct this message with better English ?
env-cmd/src/get-env-vars.ts
Line 38 in 66f3fa3
The text was updated successfully, but these errors were encountered: