Wayne K. Werner
Wayne K. Werner
I wish I could help, but I have an observation... I think that the issues are related to the shortcut to "`C:/Program Files/nodejs`". Perhaps if a junction were used instead...
BTW, using a junction should future proof nvm4w against any future changes to npm's behavior.
@19majkel94 Please read about junctions. The 'symlink' aka window's shortcut has problems re resolution of target directory from processes. While window's explorer and terminal seem to handle them nicely, they...
Okay, I guess I should try before selling. I replaced the shortcut with a junction, and got the same exact issue. Thought I had something there. Sorry to waste your...
npm -g install [email protected] still fails for me, same errors. [Edit] BTW, that's starting from 5.3.0, which was installed with nvm install 8.5.0 On Fri, Sep 29, 2017 at 11:41...
Ah... then I guess that the doc build process should be part of the docs then... contributors/reviewers need to be able to look at the proposed changes in situ, not...
I know I wasn't clear on this... I should be able to check out a doc version, run the doc build scripts that come with the docs, and have a...
An additional note: I don't really understand why one would complicate things with a separate repository for docs, and not a docs folder in the code repository. That makes doc...