-
Notifications
You must be signed in to change notification settings - Fork 75
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
unable to build extension in Windows #398
Comments
Turns out the python Instead I ran the Debugging this was fairly simple
But this isn't a solution, rather a workaround. |
found the solution for the issue with
But it also points to another resource which says that for Windows, adding check_call([
'npm.cmd', 'run', 'build',
], env=env, cwd=str(Path(__file__).absolute().parent)) |
Along with the above changes, I also had to disable the
Reference: https://stackoverflow.com/a/68215805/6908282 |
I'm running the build command (
py build --chrome
) in my Windows PC and I'm getting the following errorThe text was updated successfully, but these errors were encountered: