-
Notifications
You must be signed in to change notification settings - Fork 297
Upgrading Node directions
Rich Chiodo edited this page Mar 16, 2022
·
1 revision
Last update to node had issues like so:
npm ERR! code ELSPROBLEMS npm ERR! invalid: estraverse@4.3.0 C:\Users\aku91\source\repos\vscode-jupyter-2\node_modules\estraverse npm ERR! invalid: source-map@0.6.1 C:\Users\aku91\source\repos\vscode-jupyter-2\node_modules\source-map
These were resolved by one of:
- Installing the latest version of that package in devDependencies
- Hand editing the package-lock.json so that dependencies lined up (this is what we have for react)
- Contribution
- Source Code Organization
- Coding Standards
- Profiling
- Coding Guidelines
- Component Governance
- Writing tests
- Kernels
- Intellisense
- Debugging
- IPyWidgets
- Extensibility
- Module Dependencies
- Errors thrown
- Jupyter API
- Variable fetching
- Import / Export
- React Webviews: Variable Viewer, Data Viewer, and Plot Viewer
- FAQ
- Kernel Crashes
- Jupyter issues in the Python Interactive Window or Notebook Editor
- Finding the code that is causing high CPU load in production
- How to install extensions from VSIX when using Remote VS Code
- How to connect to a jupyter server for running code in vscode.dev
- Jupyter Kernels and the Jupyter Extension