cropsinsilico / jupyterlab_nodeeditor

BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Error when building in dev mode #37

Open pradal opened 1 year ago

pradal commented 1 year ago

Thanks for this project that seems really interesting.

When I try to build it in dev mode, I have the following error

pip install -e .
...
> jupyterlab_nodeeditor@0.1.0 install:extension
> jlpm run build

yarn run v1.21.1
$ jlpm run build:lib && jlpm run build:labextension:dev
$ tsc
src/controls.ts(12,8): error TS2307: Cannot find module 'nodeeditor-controls' or its corresponding type declarations.

It seems that a similar error is raised by the GitHub Action.

matthewturk commented 1 year ago

@pradal Thanks for reporting this! It's indeed a bit of procrastination on my part -- the package in question is https://github.com/cropsinsilico/nodeeditor-controls and I have been putting off properly releasing it on npm. Up until now I've been using jlpm link to connect them, but I should go ahead and roll out a release ... I'll reference this issue when I do, hopefully today!

matthewturk commented 1 year ago

Turns out I may need a day or two to get this up on npm, but I am working on it!