-
Notifications
You must be signed in to change notification settings - Fork 18
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 in npm run build #9
Comments
This seems to be a problem with Typescript's types. I don't have the issue, but I have Typescript 3.1.1 installed, so maybe this happens if you have a more recent version. Can you check the Typescript version you're running?
|
my tsc version is 2.9.2 |
update to 3.1.1 and still doesn't work |
What version of jupyterlab are you trying to build this against? If you're working on one of the 1.0.0-alpha releases from master, the extension will not build. It will only work on 0.35.4. I have made all the modifications for it to work on the 1.0.0-alpha releases in my local machine, but I wasn't planning on pushing the code until the 1.0.0 releases are the default installs through conda or pip. |
The text was updated successfully, but these errors were encountered: