Skip to content

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)
Clone this wiki locally