breautek edited a comment on issue #1034: [WIP] chore: Travis CI on Node.js 12 URL: https://github.com/apache/cordova-docs/pull/1034#issuecomment-565184787 Seems a package called [natives](https://www.npmjs.com/package/natives) that is crashing, and it is deprecated relying on nodejs internals. `natives` is coming from `gulp` ``` totalpave@norman-ThinkPad:~/development/cordova-docs$ npm-why natives Who required natives: cordova-website > gulp > vinyl-fs > graceful-fs > [email protected] ``` So upgrading gulp will likely upgrade the entire dependency tree, which probably will give you a version of `graceful-fs` that doesn't use `natives`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
