node-fs-extra
node-fs-extra copied to clipboard
TypeError is not a function for file write functions
- Operating System: macOS 14.2.1 (23C71)
- Node.js version: 20.11
-
fs-extra
version: 11.2.0 -
@types/fs-extra
version: 11.0.4 -
typescript
version: 5.3.2
writeJson/writeJSON and outputJson/outputJSON and corresponding sync functions are throwing.
Example:
import * as fsExtra from 'fs-extra'
await fsExtra.writeJson(fileName, {some:'content'})
Error during execution:
TypeError: fsExtra.[writeJson] is not a function
Try import fsExtra from 'fs-extra'