Skip to content

Commit

Permalink
fix: hide ExperimentalWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 14, 2023
1 parent fa95208 commit 8f2b569
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 8f2b569

Please sign in to comment.