Skip to content

Bump npm to 6.x #386

@amoscatelli

Description

@amoscatelli

Is your feature request related to a problem? Please describe.
Please bump to last npm version (I believe 6.x or greater) to have "lockfileVersion": 2 in packagelock and support for peer dependencies

If you don't, any project with recent npm version will have to use --force flag to install your library due to this error :

PS C:\Users\amoscatelli\Documents\Visual Studio Code\optoplus-view> npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"11.2.1" from the root project
npm ERR! peer @angular/common@"11.2.1" from [email protected]
npm ERR! node_modules/ngx-visiontech-material
npm ERR! ngx-visiontech-material@"0.2.218" from the root project
npm ERR! 10 more (@angular-material-components/datetime-picker, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! node_modules/@zxing/ngx-scanner
npm ERR! @zxing/ngx-scanner@"3.1.3" from the root project
npm ERR! peer @zxing/ngx-scanner@"3.1.3" from [email protected]
npm ERR! node_modules/ngx-visiontech-material
npm ERR! ngx-visiontech-material@"0.2.218" from the root project

Thank you in advance

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions