You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs say readJson accepts an options object (readJson(file, [options], callback)), and that the options match those in the fs package, but because it in fact delegates to jsonfile.readFile it does not accept options.
The text was updated successfully, but these errors were encountered:
The docs say readJson accepts an options object (
readJson(file, [options], callback)
), and that the options match those in the fs package, but because it in fact delegates tojsonfile.readFile
it does not accept options.The text was updated successfully, but these errors were encountered: