Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Commented Issue: Build -> Clean Solution : Fails on new Node/Express project [558]

$
0
0
Background: I've done a fair bit in the past with resources that were compiled/minified/etc during build. I ran into problems with these things occasionally being cached. As a result, I tend to reach for the "clean solution" menu option a bit more often than I probably should. This led to discovering...

The Problem: I have noticed that even on a newly created Node/Express project, the clean solution fails with the following:

Error: Value cannot be null.
Parameter name: logger
========== Clean: 0 succeeded, 1 failed, 0 skipped ==========

I'd love to get this fixed but there is just too little information given to me by VS to trouble-shoot. To reproduce, simply:
- launch visual studio (2012 in my case, running as admin)
- create a new Node/Express project
- allow it to run npm install
- build
- then try cleaning the solution via Build -> Clean Solution

I'll provide any additional information I can to help.

Thanks
Comments: Awesome. Can't wait. Thank you.

Viewing all articles
Browse latest Browse all 4630

Trending Articles