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

[hotfix] chore: override process warnings from node #3078

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

ItsMeBrianD
Copy link
Member

Description

This mutes an error that popped up with a version upgrade:

(node:52040) ExperimentalWarning: CommonJS module /home/brian/code/evidence/template/.evidence/template/t
ailwind.config.cjs is loading ES Module /home/brian/code/evidence/template/node_modules/@evidence-dev/tai
lwind/src/config/config.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

Checklist

  • For UI or styling changes, I have added a screenshot or gif showing before & after
  • I have added a changeset
  • I have added to the docs where applicable
  • I have added to the VS Code extension where applicable

@ItsMeBrianD ItsMeBrianD marked this pull request as ready for review February 6, 2025 22:39
@ItsMeBrianD ItsMeBrianD merged commit 21aa623 into main Feb 6, 2025
30 checks passed
@ItsMeBrianD ItsMeBrianD deleted the hotfix/hide-node-cjs-warning branch February 6, 2025 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet