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
Due to change in nodejs, as described here:
rollup/rollup#5531
Before this fix:
```
% npm run build
> [email protected] build
> rollup -c
[!] SyntaxError: Unexpected identifier 'assert'
at compileSourceTextModule (node:internal/modules/esm/utils:338:16)
at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:102:18)
at ModuleLoader.#translate (node:internal/modules/esm/loader:437:12)
at ModuleLoader.loadAndTranslate (node:internal/modules/esm/loader:484:27)
at ModuleJob._link (node:internal/modules/esm/module_job:115:19)
```
0 commit comments