You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package @swagger-api/apidom-ns-json-schema-2019-09 is being imported in pidom-ns-openapi-3-1 but it is not declared in the package.json.
~/apidom/packages/apidom-ns-openapi-3-1 (main)$ rg @swagger-api/apidom-ns-json-schema-2019-09src/refractor/visitors/open-api-3-1/schema/$defsVisitor.ts4:} from '@swagger-api/apidom-ns-json-schema-2019-09';
This produces errors when building with pnpm and hoist=false set in .npmrc.
✘ [ERROR] Could not resolve "@swagger-api/apidom-ns-json-schema-2019-09"
../node_modules/.pnpm/@[email protected]/node_modules/@swagger-api/apidom-ns-openapi-3-1/src/refractor/visitors/open-api-3-1/schema/$defsVisitor.mjs:1:61:
1 │ import { $defsVisitor as $defsJSONSchema202012Visitor } from '@swagger-api/apidom-ns-json-schema-2019-09';
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expected behavior
All dependencies should be declared in package.json.
The text was updated successfully, but these errors were encountered:
Q&A (please complete the following information)
Describe the bug you're encountering
The package
@swagger-api/apidom-ns-json-schema-2019-09
is being imported inpidom-ns-openapi-3-1
but it is not declared in thepackage.json
.This produces errors when building with
pnpm
andhoist=false
set in.npmrc
.Expected behavior
All dependencies should be declared in
package.json
.The text was updated successfully, but these errors were encountered: