Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Dev: Errors and warnings during project build #2710

Closed
2 tasks done
pietrygamat opened this issue Jul 26, 2024 · 0 comments · Fixed by #2673 or #2711
Closed
2 tasks done

BUG: Dev: Errors and warnings during project build #2710

pietrygamat opened this issue Jul 26, 2024 · 0 comments · Fixed by #2673 or #2711
Labels
bug Something isn't working

Comments

@pietrygamat
Copy link
Contributor

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

Describe the bug

There are problems with the build dependencies that result in warnings.

Now using node v20.9.0 (npm v10.1.0)
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '^14.19.1 || ^16.14.2 || ^18.0.0' },
npm WARN EBADENGINE   current: { node: 'v20.9.0', npm: '10.1.0' }
npm WARN EBADENGINE }
  • rollup
(!) You have passed an unrecognized option
Unknown input options: onLog. Allowed options: acorn, acornInjectPlugins, cache, context, experimentalCacheExpiry, external, inlineDynamicImports, input, makeAbsoluteExternalsRelative, manualChunks, maxParallelFileOps, maxParallelFileReads, moduleContext, onwarn, perf, plugins, preserveEntrySignatures, preserveModules, preserveSymlinks, shimMissingExports, strictDeprecations, treeshake, watch

These seem to be resolvable by updating libraries versions.

.bru file to reproduce the bug

N/A

Screenshots/Live demo link

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant