danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

Usage of danfojs in Angular

Open andreyshedko opened this issue 3 years ago • 2 comments

Describe the bug Uncaught TypeError: util.inherits is not a function on page load.

To Reproduce Steps to reproduce the behavior:

  1. Install danfo.js
  2. Made changes in tsconfig as "skipLibCheck": true.
  3. 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 image

Desktop (please complete the following information):

  • OS: macOS.

andreyshedko avatar Feb 17 '22 19:02 andreyshedko

@andreyshedko I'm not familiar with Angular and how packaging works there, so I can't really help out here.

risenW avatar Feb 20 '22 09:02 risenW