Skip to content
This repository was archived by the owner on Jun 29, 2020. It is now read-only.

BLD: removal dependency of recursive fs.mkdirSync#5

Merged
lacabra merged 1 commit intomasterfrom
noRecursiveFolders
Aug 1, 2019
Merged

BLD: removal dependency of recursive fs.mkdirSync#5
lacabra merged 1 commit intomasterfrom
noRecursiveFolders

Conversation

@lacabra
Copy link
Contributor

@lacabra lacabra commented Aug 1, 2019

Prior versions depended on fs.mkdirSync(targetDir, { recursive: true }); (where the emphasis is on recursive:true that was introduced in Node 10.12.0 as per this StackOverflow thread). This dependency came up as an issue for users running older versions of Node as documented in this forum post and this other one.

This PR removes this dependency, making the code more widely compatible.

@lacabra lacabra merged commit a56e264 into master Aug 1, 2019
@lacabra lacabra deleted the noRecursiveFolders branch August 2, 2019 09:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant