llnl / llnl/thicket

Bug: loading PCP code looks for NPM

Open
#13 1 comment 0 reactions 2 assignees Claimed by @ilumsden View on GitHub
area-visualization priority-normal type-bug
Dominant language
JavaScript
Stars
18
Forks
10
PR merge metrics
No merged PRs in 30d

Description

`%load_ext thicket.vis.visualizations`

```
41 if not os.path.isfile(pkg_lock_file):
42 if not check_npm():
---> 43 raise FileNotFoundError(_filenotfound_errmsg)
44 else:
45 npm_build(curr_dir)

FileNotFoundError:
Cannot find NPM!
This is required to use thicket.vis!
Please install NPM and try again to import thicket.vis!
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.