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
[INFO] This dependency was not found:
[INFO]
[INFO] * @pdfme/schemas/utils in ./node_modules/@pdfme/generator/dist/esm/src/generate.js
To Reproduce
I have the following libraries installed:
"@pdfme/common": "^5.2.0",
"@pdfme/generator": "^5.2.0",
"@pdfme/pdf-lib": "^1.18.3",
"@pdfme/schemas": "^5.2.0",
"@pdfme/ui": "^5.2.0",
When I run npm run build, I get the following error: [INFO] This dependency was not found: [INFO] [INFO] * @pdfme/schemas/utils in ./node_modules/@pdfme/generator/dist/esm/src/generate.js [INFO] [ERROR] ERROR Build failed with errors. [INFO] To install it, you can run: npm install --save @pdfme/schemas/utils
I install the @pdfme/schemas/utils library according to the console message, and the error persists.
Expected behavior
That the npm run build can be completed without any error.
Your Environment
- pdfme package(@pdfme/generator or @pdfme/ui): @pdfme/generator- pdfme version: 5.2.0
- Operating system: MacOS Sonoma 14.7
- Node.js version or Browser name & version: 16.17.0
Your Error Log
[INFO] This dependency was not found:
[INFO]
[INFO] * @pdfme/schemas/utils in ./node_modules/@pdfme/generator/dist/esm/src/generate.js
[INFO]
[ERROR] ERROR Build failed with errors.
[INFO] To install it, you can run: npm install --save @pdfme/schemas/utils
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
[INFO] This dependency was not found:
[INFO]
[INFO] * @pdfme/schemas/utils in ./node_modules/@pdfme/generator/dist/esm/src/generate.js
To Reproduce
I have the following libraries installed:
"@pdfme/common": "^5.2.0",
"@pdfme/generator": "^5.2.0",
"@pdfme/pdf-lib": "^1.18.3",
"@pdfme/schemas": "^5.2.0",
"@pdfme/ui": "^5.2.0",
When I run npm run build, I get the following error:
[INFO] This dependency was not found: [INFO] [INFO] * @pdfme/schemas/utils in ./node_modules/@pdfme/generator/dist/esm/src/generate.js [INFO] [ERROR] ERROR Build failed with errors. [INFO] To install it, you can run: npm install --save @pdfme/schemas/utils
I install the
@pdfme/schemas/utils
library according to the console message, and the error persists.Expected behavior
That the npm run build can be completed without any error.
Your Environment
Your Error Log
Additional context
No response
The text was updated successfully, but these errors were encountered: