You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by SietseB Monday Aug 17, 2020 at 22:31 GMT Originally opened as adobe#683
The low Node.js version is becoming problematic. Many npm packages (e.g. ESLint) require a higher Node.js version nowadays, at least version 8. For example, linting in projects with a locally installed ESLint is now often broken, because the local ESLint requires a higher Node version.
And I'm developing a large extension with Javascript debugging within Brackets, which I'll happily share with the community, but it won't work with Node v6.
So an upgrade would be nice ;-) It requires testing ofcourse, I understand that. In my local installs on Windows and Linux I've manually replaced the Node executable with a higher version without a hitch.
Issue by SietseB
Monday Aug 17, 2020 at 22:31 GMT
Originally opened as adobe#683
The low Node.js version is becoming problematic. Many npm packages (e.g. ESLint) require a higher Node.js version nowadays, at least version 8. For example, linting in projects with a locally installed ESLint is now often broken, because the local ESLint requires a higher Node version.
And I'm developing a large extension with Javascript debugging within Brackets, which I'll happily share with the community, but it won't work with Node v6.
So an upgrade would be nice ;-) It requires testing ofcourse, I understand that. In my local installs on Windows and Linux I've manually replaced the Node executable with a higher version without a hitch.
SietseB included the following code: https://github.com/adobe/brackets-shell/pull/683/commits
The text was updated successfully, but these errors were encountered: