Skip to content

Commit

Permalink
fix: hide ExperimentalWarning (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta authored Sep 14, 2023
1 parent fa95208 commit f9b5679
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/rdme.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node
#!/usr/bin/env NODE_OPTIONS=--no-warnings node
// ^ we need this env variable above to hide the ExperimentalWarnings
// source: https://github.com/nodejs/node/issues/10802#issuecomment-573376999
// eslint-disable-next-line import/extensions
import '../dist/src/cli.js';

0 comments on commit f9b5679

Please sign in to comment.