Skip to content

Usage of danfojs in Angular  #394

@andreyshedko

Description

@andreyshedko

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions