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
ReferenceError: require is not defined in ES module scope, you can use import instead
at file:///C:/Users/dukeo/GolandProjects/towncrier/frontend/src/assets/iconify-icons/bundle-icons-css.js:23:5
at ModuleJob.run (node:internal/modules/esm/module_job:268:25)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:543:26)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:116:5)
Now I'm also woefully new to UI development, but this occurred regardless of installer (NPM, PNPM etc)
Additional data
NodeJS Version: v22.11.0
Package manager(npm|yarn|pnpm):
Browser name & version: Haven't even gotten there O.o
The text was updated successfully, but these errors were encountered:
To ensure a smooth installation, please update your jsconfig.json or tsconfig.json file (according to your project) by changing "module": "ESNext" to "module": "CommonJS".
Additionally, don’t forget to review and update the environment variables in your .env file as needed.
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you for raising the concern.
Steps to reproduce
pnpm install
commandWhat is expected?
Exit code of 0 and successful installation
What is actually happening?
Now I'm also woefully new to UI development, but this occurred regardless of installer (NPM, PNPM etc)
Additional data
NodeJS Version: v22.11.0
Package manager(npm|yarn|pnpm):
Browser name & version: Haven't even gotten there O.o
The text was updated successfully, but these errors were encountered: