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
Revert #7677 #8112
Revert #7677 #8112
Conversation
Thanks for making a pull request to JupyterLab! To try out this branch on binder, follow this link: |
A |
Can you please also update our engines spec for node 10+? We should point to this file in CONTRIBUTING.md to keep them in sync and as a reminder of where the value is enforced. |
CONTRIBUTING.md
Outdated
@@ -69,7 +69,7 @@ You can launch a binder with the latest JupyterLab master to test something (thi | |||
|
|||
### Installing Node.js and jlpm | |||
|
|||
Building JupyterLab from its GitHub source code requires Node.js. The development version requires Node.js version 12+. | |||
Building JupyterLab from its GitHub source code requires Node.js. The development version requires Node.js version 10+. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add a note that this is defined in dev_mode/package.json:engines
? I had to look in commands.py to see how we were enforcing the node version.
Adds
--max-old-space
script back tobuildutils
to support Node v10+References
Fixes #8083
Reverts #7677
Code changes
Reverts #7677
User-facing changes
N/A
Backwards-incompatible changes
N/A