Simon Boudrias
Simon Boudrias
Hey, thanks for the bug report. The logic for where Yeoman will look for generators is defined in this file https://github.com/yeoman/environment/blob/master/lib/resolver.js#L128 (specifically this function for NPM paths) I think we'll...
Ah, routes are receiving the router instance as argument. It must be used in a route: https://github.com/yeoman/yo/blob/d40dbdfff32e335700bbed63f9953d32b5ae1072/lib/router.js#L35
@Olian04 this is really abnormal. When we were talking about this, it was about lowering the startup time from ~1-2 seconds to near instant. Not minutes 😱 I'd be happy...
The `Set-Variable` probably didn't work. You should see a lot of internal yeoman logs being printed out. Try `set DEBUG=yeoman:generator` (http://yeoman.io/authoring/debugging.html)
@Olian04 @Tiberriver256 maybe some inspiration on https://github.com/gulpjs/gulp/issues/1578 - looks like some windows users were having SSD disk issues which impacted node `require()` performance. 2.3s second import time isn't usual -...
I think this is a great idea (and I believe we've had such a discussion before). So it's great to see a library that would make building this functionality easy....
@zkat is there API/integration documentation for npx?
@Telokis PR is welcomed :)
@k-miras could you send us the link of which documentation is confusing? There's a lot of documentation, so it's hard to know which one is causing you trouble.
:+1: from me too