error:sh: 1: nodemon: not found
packages:
{
"name": "shorturlproxy",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"keywords": [],
"description": "",
"devDependencies": {
"nodemon": "^2.0.15"
}
Do you know what I do wrong?