generator-ko icon indicating copy to clipboard operation
generator-ko copied to clipboard

Out of the box: build fails on VS2015 - path too long

Open josephr5000 opened this issue 8 years ago • 0 comments

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.

josephr5000 avatar Oct 03 '16 16:10 josephr5000