We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1829b4c commit 83e5cb5Copy full SHA for 83e5cb5
package.json
@@ -8,8 +8,8 @@
8
"url": "https://github.com/Snyk/snyk-todo-list-demo-app/"
9
},
10
"scripts": {
11
- "dev": "nodemon ./app.js",
12
- "start": "node app.js",
+ "dev": "NODE_OPTIONS=--openssl-legacy-provider nodemon ./app.js",
+ "start": "NODE_OPTIONS=--openssl-legacy-provider node app.js",
13
"build": "browserify -r jquery > public/js/bundle.js",
14
"cleanup": "mongo express-todo --eval 'db.todos.remove({});'",
15
"test": "snyk test"
0 commit comments