This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Trouble with Node > 10 #6
Comments
This was referenced May 1, 2019
This should be working on master thanks to #4. New release (of this package and JSDoc) later this week, hopefully. Apologies for the breakage and delay. |
Thanks @hegemonic. |
Merged
10 tasks
siberex
added a commit
to scalio/rules_nodejs
that referenced
this issue
Oct 29, 2019
jsdoc peer dependency `requizzle` is failing due to this: hegemonic/requizzle#6
alexeagle
pushed a commit
to bazel-contrib/rules_nodejs
that referenced
this issue
Oct 30, 2019
* fix(jasmine): fix dynamic import test for extensionless imports nearest parent package.json should contain a top-level field "type": https://nodejs.org/docs/latest-v12.x/api/esm.html#esm_enabling * fix(examples): loosen node version requirement to include 12 LTS * fix(labs): bump dependency versions jsdoc peer dependency `requizzle` is failing due to this: hegemonic/requizzle#6 * fix(labs): unpin protobufjs dependency version from commit sha to latest * fix(labs): match @bazel/labs protobufjs dependencies with protobuf.js 6.8.8 deps in other case protobuf.js will try to npm install mismatched dependency versions programmatically and fail due to read-only sandbox fs: https://github.com/protobufjs/protobuf.js/blob/69623a91c1e4a99d5210b5295a9e5b39d9517554/cli/util.js#L129 https://github.com/protobufjs/protobuf.js/blob/69623a91c1e4a99d5210b5295a9e5b39d9517554/package.json * fix(labs): freeze protobufjs version in place other dependencies here should have the same major version as in protobufjs package.json
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I haven't been able to nail down the specifics, but it looks like this module fails (as used by JSDoc) on Node > 10, perhaps only on linux.
See jsdoc/jsdoc#1530 (comment) for one report.
We're seeing CI failures with this stack:
I'll try to get more detail.
The text was updated successfully, but these errors were encountered: