Skip to content

Remove unnecessary path-is-absolute dependency#1062

Merged
kibertoad merged 1 commit intoforeversd:masterfrom
MasterOdin:pathIsAbsolute
Feb 18, 2020
Merged

Remove unnecessary path-is-absolute dependency#1062
kibertoad merged 1 commit intoforeversd:masterfrom
MasterOdin:pathIsAbsolute

Conversation

@MasterOdin
Copy link
Contributor

@MasterOdin MasterOdin commented Feb 18, 2020

path-is-absolute is a polyfill for NodeJS <0.12 which did not have path.isAbsolute. Given that forever requires an engine that fits node >= 6, I figure it is probably safe to remove this package, and fix at least one of the deprecation warnings someone might get when installing forever. May still see the warning as forever-monitor uses chokidar@2 which uses it, need to move to chokidar@3 to solve that, which would require moving to node >= 8.

@kibertoad kibertoad closed this Feb 18, 2020
@kibertoad
Copy link
Contributor

Trying to trigger build...

@kibertoad kibertoad reopened this Feb 18, 2020
@kibertoad kibertoad merged commit 437ca4a into foreversd:master Feb 18, 2020
@kibertoad
Copy link
Contributor

Thanks!

@MasterOdin MasterOdin deleted the pathIsAbsolute branch February 18, 2020 22:43
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.

2 participants