-
Notifications
You must be signed in to change notification settings - Fork 522
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
Bazel Angular example prod serve doesn't work on windows #1606
Comments
alan-agius4
changed the title
Bazel Example prod build doesn't work on windows
Bazel Example prod serve doesn't work on windows
Feb 5, 2020
alan-agius4
changed the title
Bazel Example prod serve doesn't work on windows
Bazel Angular example prod serve doesn't work on windows
Feb 5, 2020
alan-agius4
added a commit
to alan-agius4/rules_nodejs
that referenced
this issue
Mar 9, 2020
In Windows runfiles are not always available thus we need to use the real location using `rlocation`. Closes bazel-contrib#1606
alan-agius4
added a commit
to alan-agius4/rules_nodejs
that referenced
this issue
Mar 9, 2020
In Windows runfiles are not always available thus we need to use the real location using `rlocation`. Closes bazel-contrib#1606
alan-agius4
added a commit
to alan-agius4/rules_nodejs
that referenced
this issue
Mar 9, 2020
In Windows runfiles are not always available thus we need to use the real location using `rlocation`. Closes bazel-contrib#1606
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐞 bug report
Affected Rule
The issue is caused by the rule:Is this a regression?
Unsure
Description
ng serve --prod
doesn't work in windowsThe history-server will be spawned listening to
C:\Users\alag\_bazel_alag\gi6irfiu\execroot\project\bazel-out\x64_windows-fastbuild\bin\src\prodserver.bat.runfiles\project\src\prodapp
however runfiles are not symlinked in windows which causes the files not to be found.🔬 Minimal Reproduction
Run
ng serve --prod
in https://github.com/bazelbuild/rules_nodejs/tree/master/examples/angular using Windows as OS.🔥 Exception or Error
🌍 Your Environment
Operating System: Windows
Output of
bazel version
:The text was updated successfully, but these errors were encountered: