Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Missing option for Node fs mkdirSync that takes option with recursive and mode as object. other options too not present

Open
#23 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
fsharp, nodejs
Domain
api, backend

Research direction

Start by locating the existing fs.mkdirSync binding in this repository and compare it with the Node.js fs.mkdirSync documentation linked in the issue. Extend the binding to cover the options object shown, including recursive and mode, and verify that the documented options are represented.

Written by the indexing model from the issue text.

Description

their is no bindings for options argument passed to fs.mkdirSync with

 fs.mkdirSync ("temp/db", { recursive: true, mode: "mymode" })

https://nodejs.org/api/fs.html#fs_fs_mkdir_path_options_callback

Dominant language
F#
Stars
23
Forks
6
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from fable-compiler/fable-node

All issues in fable-compiler/fable-node

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.