-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
RFC: Windows support #135
Comments
A user reported issues with Cypress, namely the environment loading function not working properly (we have a Cypress plugin that lruns Next.js "loadEnv" logic) in Visual Studio environment. TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at validateString (internal/validators.js:124:11)
at Object.join (path.js:424:7)
at loadEnvConfig (C:\Users\redacted\vulcan-next\node_modules\@next\env\dist\index.js:1:3274)
at module.exports (C:\Users\redacted\vulcan-next\cypress\plugins\load-env.js:12:33) Edit: this one issue is now fixed, I was using "process.env.PWD" instead of "process.cwd()" |
Additionally, when running
|
I've fixed running Jest Now I need to fix running Mongo via the Docker command, as the "volume" path is not correct for windows. I'll probably create another command for Windows that uses a generic path like "C:/Documents/VulcanMongo" or use Then I'll be able to test Cypress. |
Describe the problem you want to solve or enhancement you want to bring
Support WIndows as much as possible. This is an umbrella issue for all trouble you can encounter when installing Vulcan Next on Windows.
Current issues:
Mongo
Questions to the community
I am not coding on Windows at all so any help from the community is more than welcome!
The text was updated successfully, but these errors were encountered: