- NPM Version: 5.6.0
- Node Version: 8.11.4
- Windows 10: Powershell (VS Code terminal)
When I run the npm audit
task in Powershell I get a prompt asking "Did you mean this? Edit"
I am running in the root directory of my project (with the package.json file) and other npm commands work as expected.
It appears that the command is not recognised. From what I can see in the documentation: https://docs.npmjs.com/cli/audit this should work out of the box without any other packages.