We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ExperimentalWarning
1 parent fa95208 commit f9b5679Copy full SHA for f9b5679
1 file changed
bin/rdme.js
@@ -1,3 +1,5 @@
1
-#!/usr/bin/env node
+#!/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
4
// eslint-disable-next-line import/extensions
5
import '../dist/src/cli.js';
0 commit comments