Skip to content

Conversation

@sdob
Copy link

@sdob sdob commented Jun 30, 2017

Installing node-latex from npm currently throws the following warning, which is caused by an outdated dependency-of-a-dependency:
npm WARN deprecated graceful-fs@1.1.14: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

This PR updates the fs-extra dependency from 0.3.2 to ^3 and increments the patch version. fs-extra@0.3.2 depends on a deprecated package version (graceful-fs@1.1.14) that will fail on node v.7 and later; the most recent version of fs-extra depends on a current version of graceful-fs. I have bumped the patch version to reflect this.

This commit updates the fs-extra dependency from 0.3.2 to ^3 and
increments the patch version. fs-extra@0.3.2 depends on a deprecated
package version (graceful-fs@1.1.14) that will fail on node v.7 and
later; the most recent version of fs-extra depends on a current version
of graceful-fs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant