alma-cdk / openapix

Combine the power of AWS CDK & OpenAPI YAML Schema Definitions
https://constructs.dev/packages/@alma-cdk/openapix/
94 stars 6 forks source link

0.0.38 cannot be installed using npm 8 #30

Closed hutchy2570 closed 2 years ago

hutchy2570 commented 2 years ago

When running npm i on openapix 0.0.38 using npm 8, the following error occurs:

npm ERR! code EOVERRIDE
npm ERR! Override for @types/prettier@v2.6.0 conflicts with direct dependency

This appears to be due to @types/prettier being defined as v2.6.0 in devDependencies and the override for @types/prettier being 2.6.0.

hutchy2570 commented 2 years ago

I've raised PR #31 which fixes this issue.