Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when building in dev mode #37

Open
pradal opened this issue Jan 31, 2023 · 2 comments
Open

Error when building in dev mode #37

pradal opened this issue Jan 31, 2023 · 2 comments

Comments

@pradal
Copy link

pradal commented Jan 31, 2023

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 .
...
> [email protected] 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
Copy link
Member

@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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants