Skip to content

Commit 460f238

Browse files
committed
Added OpenSSL legacy provider flag to NPM start, required to generate new .vue files
1 parent 67d9ca6 commit 460f238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Your Friendly NodeJS IRC Bot",
55
"main": "index.js",
66
"scripts": {
7-
"start": "node ./index.js",
7+
"start": "node --openssl-legacy-provider ./index.js",
88
"test": "snyk test && node_modules/mocha/bin/mocha test/**/*.js --reporter spec",
99
"test-watch": "./node_modules/mocha/bin/mocha test/**/*.js --reporter spec -w",
1010
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json",

0 commit comments

Comments
 (0)