danfojs
danfojs copied to clipboard
Usage of danfojs in Angular
Describe the bug
Uncaught TypeError: util.inherits is not a function on page load.
To Reproduce Steps to reproduce the behavior:
- Install danfo.js
- Made changes in tsconfig as
"skipLibCheck": true. - Made changes in package.json as
"browser": {
"http": false,
"https": false,
"net": false,
"path": false,
"stream": false,
"tls": false,
"crypto": false,
"fs": false,
"zlib": false,
"util": false,
"assert": false
}
Expected behavior Normal usage
Screenshots

Desktop (please complete the following information):
- OS: macOS.
@andreyshedko I'm not familiar with Angular and how packaging works there, so I can't really help out here.