angular-autofocus-fix icon indicating copy to clipboard operation
angular-autofocus-fix copied to clipboard

build fails for the latest node.js

Open slavapvf opened this issue 3 years ago • 0 comments

To Reproduce Steps to reproduce the behavior:

  1. install the latest node.js 15.13.0
  2. create new project, use autofocus package
  3. close all editors, delete node_modules
  4. run npm install --silent"

Expected behavior build fails, in output we can see npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '>=8.0.0 <13.0.0' }, npm WARN EBADENGINE current: { node: 'v15.13.0', npm: '7.8.0' } npm WARN EBADENGINE }

Desktop (please complete the following information):

  • Windows 10

slavapvf avatar Apr 05 '21 14:04 slavapvf