sinedied / hads

:books: Markdown superpowered documentation for Node.js
MIT License
167 stars 28 forks source link

Project with hads will not `npm install` -- ENOENT: no such file or directory, chmod node_modules/highlight.js/tools/build.js #41

Closed jgliner closed 5 years ago

jgliner commented 5 years ago

Looks like some deprecated dependencies. Even though this is in highlight.js, it seemed to trace back to here.

npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated hoek@0.9.1: The major version is no longer supported. Please update to 4.x or newer
sinedied commented 5 years ago

Hmm seems that the highlight.js package have some issues, as even its latest version won't install. See https://github.com/highlightjs/highlight.js/issues/1984

Should resolve itself in a few hours, in the meantime it won't hurt to update dependencies anyways, so I'll push a PR :)

jgliner commented 5 years ago

Great, thanks!