Cannot read property 'native' of undefined ./node_modules/fs-extra/lib/fs/index.js F:/practice/burger-redux/my-app/node_modules/fs-extra/lib/fs/index.js:107
}
fs.realpath.native only available in Node v9.2+
> if (typeof fs.realpath.native === 'function') {
exports.realpath.native = u(fs.realpath.native)
}
This is a sample of error during fs-extra. Suddenly, an error related to graceful-js error occurred but I was unable to find a solution. Then, I created a new react app. Now I am facing fs-extra issue?
How to solve the issue.
Thank you