ni / VireoSDK

Compact runtime for a subset of LabVIEW
Other
49 stars 44 forks source link

Update devDependencies for npm build tools #658

Closed rajsite closed 4 years ago

rajsite commented 4 years ago

Updates the devDependencies used by npm for the build infrastructure. This gives us the latest packages and removes existing security warnings.

rajsite commented 4 years ago

Looks like on appveyor the emscripten toolchain is replacing the environment node 8.16.2 with the bundled node 8.9.1 and eslint requires >=8.10.0 see https://github.com/eslint/eslint/issues/12493

So underlying issue is that the emscripten toolchain should be run in a way that does not clobber the existing node version. Closing until it's sorted out.