Create new project
Install a module, for ex: bcrypt
F5/run
Close and reopen solution (that seems to make a difference)
Right click on bcrypt in npm solution explorer and select Uninstall
F5/run
Result: Build fails. It tries to copy the files for the module that was uninstalled and can't find them.
Install a module, for ex: bcrypt
F5/run
Close and reopen solution (that seems to make a difference)
Right click on bcrypt in npm solution explorer and select Uninstall
F5/run
Result: Build fails. It tries to copy the files for the module that was uninstalled and can't find them.