generator-ko
generator-ko copied to clipboard
Out of the box: build fails on VS2015 - path too long
TO REPRO Use yo ko to scaffold a new project Open in VS 2015 as a Website In Solution Explorer, select the globe icon (root of the site) Press F5 to start with debugging Watch progress in the Output window
RESULT
Building directory '/node_modules/gulp/node_modules/gulp-util/node_modules/dateformat/node_modules/meow/node_modules/read-pkg-up/node_modules/read-pkg/node_modules/load-json-file/node_modules/graceful-fs/'.
: Build (web): The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
Validation Complete
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
EXPECTED Out of the box I'd expect the blank unaltered template to work.