$ errors.fyi/rollup/NAMESPACE_CONFLICT 128 namespaces · 4,025 codes
rollup · rollup/NAMESPACE_CONFLICT
NAMESPACE_CONFLICT

Namespace Conflict

Two modules export the same name and both are re-exported through a namespace wildcard (export * from '...'). Only one value can win. Resolve the conflict by explicitly re-exporting the desired binding or renaming one of them.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT