On Feb 3, 2015, at 2:48 PM, Aaron Gray wrote: > I want a standard way I can delete node_modules directory. npm > uninstall just gives me the message :- > > npm WARN uninstall not installed in > C:\Users\Aaron\github\template-node-marionet > te-app\node_modules: "template-node-marionette-app"
The standard way to delete the node_modules directory is to delete the node_modules directory, using your normal operating system / file manager commands for deleting directories. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/6AF85345-2958-4764-B60C-83A7C8DD2017%40ryandesign.com. For more options, visit https://groups.google.com/d/optout.
