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

Missing Global Name

A module is marked as external but no global variable name was provided for it in the output.globals option. Rollup cannot generate valid UMD or IIFE output without knowing what global to reference. Add an entry to output.globals mapping the module id to its global name.

References

In this namespace

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