We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fs-extra
@types/fs-extra
typescript
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
The text was updated successfully, but these errors were encountered:
Try import fsExtra from 'fs-extra'
import fsExtra from 'fs-extra'
Sorry, something went wrong.
No branches or pull requests
fs-extra
version: 11.2.0@types/fs-extra
version: 11.0.4typescript
version: 5.3.2writeJson/writeJSON and outputJson/outputJSON and corresponding sync functions are throwing.
Example:
Error during execution:
The text was updated successfully, but these errors were encountered: