Closed tandavala closed 4 years ago
That function isn't included in the core Data-Forge library.
If you make your code import look like this it will work under Node.js (it doesn't work in the browser):
const dataForge = require("data-forge");
require("data-forge-fs");
Make sure you install data-forge-fs as well:
npm install --save data-forge-fs
What i am doing wrong?
I am reading the book data wrangling with javascript on chapter 5 we have a code i which is not working when i run it.
Here is the code
But when i run this code it is giving me the following error: