-
Notifications
You must be signed in to change notification settings - Fork 184
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
ijavascript kernel seems to require the old node v.12.9 (on macOS) #228
Comments
That error means IJavascript was installed using Node.js v12, but it has been launched using Node.js v14. |
@n-riesco Thank you for the advice, it worked. I have one (last?) question: does the My experiments below show that the Do you have any suggestions here?
... in a lab cell the import fails |
@rudifa Sorry I missed your reply. To answer your questions:
|
Running
ijskernel
injupyter-lab
on a Mac works nicely, but only with anode version <= 12.9
.Now, it would be highly desirable to use the
node version 14.15
or later, notably because these support theES6 modules
.Am I missing something in my installation, or is this a general problem?
What could I do to fix it?
My versions:
FYI, an an attempt to run it with node version 14.15 produces the following diagnostic:
The text was updated successfully, but these errors were encountered: