-
Notifications
You must be signed in to change notification settings - Fork 0
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
Missing process.env.PWD on Windows OS - [ERR_INVALID_ARG_TYPE] #13
Comments
Hi dejanjankovic, Thank you for your feedback. We are currently investigating this issue. |
Hi, anyone found the solution to the above, having the same issue as below while using React JS
In the console, it says Compiled successfully.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a Bug Report
Description
Creating test CLI application and the build crashed.
Compile a working build.
It was a standard CLI template config.
[ERR_INVALID_ARG_TYPE] The issue is related to the missing env.PWD. I think you should check if the PWD is undefined. I am not sure if the setting of PWD to be process.cwd() will work for all, but it should work for most. It is not related to the powershell as it bugs the same with CMD
Similar or dependent issues:
Additional Data
The text was updated successfully, but these errors were encountered: