We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d9ca6 commit 460f238Copy full SHA for 460f238
package.json
@@ -4,7 +4,7 @@
4
"description": "Your Friendly NodeJS IRC Bot",
5
"main": "index.js",
6
"scripts": {
7
- "start": "node ./index.js",
+ "start": "node --openssl-legacy-provider ./index.js",
8
"test": "snyk test && node_modules/mocha/bin/mocha test/**/*.js --reporter spec",
9
"test-watch": "./node_modules/mocha/bin/mocha test/**/*.js --reporter spec -w",
10
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json",
0 commit comments