-
Notifications
You must be signed in to change notification settings - Fork 521
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
pkg_npm .pack and .publish bins are broken [1.0.0 regression] #1493
Comments
alexeagle
added a commit
to alexeagle/rules_nodejs
that referenced
this issue
Dec 20, 2019
12 tasks
alexeagle
added a commit
to alexeagle/rules_nodejs
that referenced
this issue
Dec 20, 2019
alexeagle
added a commit
to alexeagle/rules_nodejs
that referenced
this issue
Dec 20, 2019
alexeagle
added a commit
to alexeagle/rules_nodejs
that referenced
this issue
Dec 20, 2019
alexeagle
added a commit
to alexeagle/rules_nodejs
that referenced
this issue
Dec 20, 2019
alexeagle
added a commit
that referenced
this issue
Dec 20, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See b4782b8#commitcomment-36523065 for the root cause.
As a workaround you can patch out this change. Put this content into
rules_nodejs.patch
in the root of your repo (next to WORKSPACE):And then add to the
http_archive(name = "build_bazel_rules_nodejs")
in the WORKSPACE this attribute:patches = ["//:rules_nodejs.patch"]
The text was updated successfully, but these errors were encountered: