File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ filegroup(
33
33
srcs = [
34
34
"BUILD.bazel" ,
35
35
"index.bzl" ,
36
+ "index.js" ,
36
37
"package.json" ,
37
38
"rollup.config.js" ,
38
39
"rollup_bundle.bzl" ,
Original file line number Diff line number Diff line change
1
+ // npm install throws if there is no JS in the package
2
+ // npm ERR! path /home/alexeagle/Projects/angular/node_modules/@bazel/rollup/index.js
3
+ // npm ERR! code ENOENT
4
+ // npm ERR! errno -2
5
+ // npm ERR! syscall chmod
6
+ // npm ERR! enoent ENOENT: no such file or directory, chmod
7
+ // '/home/alexeagle/Projects/angular/node_modules/@bazel/rollup/index.js' npm ERR! enoent This is
8
+ // related to npm not being able to find a file. npm ERR! enoent
9
+ throw new Error ( '@bazel/rollup package has no executable JS code' ) ;
You can’t perform that action at this time.
0 commit comments