Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Bump required Node.js and npm versions #1717

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

carlpaten
Copy link

@carlpaten carlpaten commented Feb 16, 2024

  • The function fs.rmSync was added in Node.js 14.14; earlier versions won't build vscode-arduino. I tested npm install with Node.js 14.14 and it succeeds.
  • vscode-arduino uses a v2 shrinkwrap file, which is incompatible with npm v6.x. I tested F5 debug with npm 7.0.7 and it succeeds.

The function fs.rmSync was added in Node.js 14.14; earlier versions won't build vscode-arduino. I tested `npm install` with Node.js 14.14 and it succeeds.
vscode-arduino uses a v2 shrinkwrap file, which is incompatible with npm v6.x.
@carlpaten carlpaten changed the title Bump required Node.js version Bump required Node.js and npm versions Feb 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant