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

consider disabling node warnings for deploy #3128

Open
holic opened this issue Sep 5, 2024 · 1 comment
Open

consider disabling node warnings for deploy #3128

holic opened this issue Sep 5, 2024 · 1 comment

Comments

@holic
Copy link
Member

holic commented Sep 5, 2024

apparently can use NODE_NO_WARNINGS=1

otherwise its noisy

world-deployer  | (node:458) ExperimentalWarning: Importing JSON modules is an experimental feature. This feature could change at any time
world-deployer  | (Use node --trace-warnings ... to show where the warning was created)
world-deployer  | (node:294) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
Progress : [###########-----------------------------] 28.57%
Progress : [#################-----------------------] 42.86%
world-deployer  | (node:760) ExperimentalWarning: Importing JSON modules is an experimental feature. This feature could change at any time
world-deployer  | (Use node --trace-warnings ... to show where the warning was created)
world-deployer  | (node:925) ExperimentalWarning: Importing JSON modules is an experimental feature. This feature could change at any time
world-deployer  | (Use node --trace-warnings ... to show where the warning was created)
world-deployer  | (node:760) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time

might be coming from https://github.com/search?q=repo%3Alatticexyz%2Fmud+%22assert+%7B+type%3A+%5C%22json%5C%22+%7D%3B%22&type=code

@holic
Copy link
Member Author

holic commented Sep 5, 2024

could look into nodejs/node#51347 (comment) as well, but unclear if we'd miss out on TS types for JSON ABIs if we use this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant