Published
- 1 min read
delete dir nodejs
The solution for this is noted below
delete dir nodejs
Solution
fs.rmdirSync(dir, { recursive: true })
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
fs.rmdirSync(dir, { recursive: true })
Try other methods by searching on the site. That is if this doesn’t work