Manage packages with npm -> complete Rm

I am not able to pass the challenge and it is displaying the following message
Looks like there are some deps still hanging around

I have also tried with npm rm instead of npm rm --save but no luck.
Please help me. Thanks

I figured it out.
I deleted the dependencies from the package.json file manually and ran this command npm prune.
It did the trick

1 Like