finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
8.38k stars 1.17k forks source link

Javascript User Guide Installation Documentation gives Yarn command when saying how to install with NPM #2472

Closed Aron-Lomner closed 9 months ago

Aron-Lomner commented 9 months ago

In the Javascript user guide installation when giving directions for installing using NPMit gives a yarn installation command instead: "From NPM (Node.js) To use Perspective from a Node.js server, simply install via NPM.

$ yarn add @finos/perspective From NPM (Browser) For using Perspective as a dependency in a webpack (or other bundler) app, Perspective's WebAssembly data engine is available via NPM in the same package, @finos/perspective. For the @finos/perspective-viewer UI, a few additional packages are required:

$ yarn add @finos/perspective @finos/perspective-viewer @finos/perspective-viewer-d3fc @finos/perspective-viewer-datagrid"