Skip to content

nodemon install fails #166

@abhisekp

Description

@abhisekp

npm install doesn't work for installing nodemon in the devDependencies

Changing in package.json file
"nodemon": "~1.0.15", to "nodemon": "", shows a warning

npm WARN prefer global nodemon@1.4.1 should be installed with -g

nodemon install requires admin access and must be installed globally using the following command,

npm install -g nodemon

cc: @dcsan

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions