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
Create any vite project ( I have to down grade it too vite 5 since dmno throws a peer dependency other wise).
Then run npx dmno init
After DMNO has been initiated running any dmno cli cmd the app errors out. citing that .env files must start with env. This error goes away when the .env.local file in the dmno folder that is auto generated is removed. It appears that any .env file in the folder causes this error on windows.
What is expected?
I get the following error with all dmno cmds
UNCAUGHT EXCEPTION: file name must start with ".env"
UNCAUGHT EXCEPTION: Error: file name must start with ".env"
What is actually happening?
No dmno cmds work with any .env file in the .dmno folder. I do not run into these issues when i run the same code on mac os using the same version of node.
Since the error goes away when there aren't any files named .env I am able to manual import other files into the config and parse them my self. So this is a issue that does have a work around for anyone else effect like me. Thank you for your time :)
The text was updated successfully, but these errors were encountered:
dmno version
0.0.37
Steps to reproduce
Create any vite project ( I have to down grade it too vite 5 since dmno throws a peer dependency other wise).
Then run npx dmno init
After DMNO has been initiated running any dmno cli cmd the app errors out. citing that .env files must start with env. This error goes away when the .env.local file in the dmno folder that is auto generated is removed. It appears that any .env file in the folder causes this error on windows.
What is expected?
I get the following error with all dmno cmds
What is actually happening?
No dmno cmds work with any .env file in the .dmno folder. I do not run into these issues when i run the same code on mac os using the same version of node.
System Info
Any additional comments?
Since the error goes away when there aren't any files named .env I am able to manual import other files into the config and parse them my self. So this is a issue that does have a work around for anyone else effect like me. Thank you for your time :)
The text was updated successfully, but these errors were encountered: