Skip to content

Commit f9b5679

Browse files
authored
fix: hide ExperimentalWarning (#901)
1 parent fa95208 commit f9b5679

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bin/rdme.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env NODE_OPTIONS=--no-warnings node
2+
// ^ we need this env variable above to hide the ExperimentalWarnings
3+
// source: https://github.com/nodejs/node/issues/10802#issuecomment-573376999
24
// eslint-disable-next-line import/extensions
35
import '../dist/src/cli.js';

0 commit comments

Comments
 (0)