-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Due to the usage of eslint-formatter-pretty in version 4 I get some conflicts with newer versions of eslint plugins. Here with npm ci
npm error code EUSAGE
npm error
npm error `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm error
npm error Invalid: lock file's @types/[email protected] does not satisfy @types/[email protected]
npm error Missing: @types/[email protected] from lock file
In the end I would say, that eslint-formatter-pretty should not specify any types package as a prod dependency.
foxriver76@MBPvonMoritz2 ioBroker.js-controller % npm ls @types/eslint
npm error code ELSPROBLEMS
npm error invalid: @types/[email protected] /Users/foxriver76/workspaces/ioBroker.js-controller/node_modules/@types/eslint
iobroker.js-controller-mono@ /Users/foxriver76/workspaces/ioBroker.js-controller
├─┬ @iobroker/[email protected]
│ └─┬ [email protected]
│ └── @types/[email protected] invalid: ">=8.0.0" from node_modules/eslint-plugin-prettier
└─┬ [email protected]
└─┬ [email protected]
└── @types/[email protected] deduped invalid: ">=8.0.0" from node_modules/eslint-plugin-prettier
Metadata
Metadata
Assignees
Labels
No labels