FIxing path separator to address #247#248
FIxing path separator to address #247#248SteveSandersonMS merged 2 commits intoaspnet:devfrom aaronpowell:node-path-error
Conversation
|
Hi @aaronpowell, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! The agreement was validated by .NET Foundation and real humans are currently evaluating your PR. TTYL, DNFBOT; |
|
Hmm just noticed that |
|
Fixing to use |
|
Fantastic! Thanks @aaronpowell for tracking this down and preparing a nice clean fix :) It's really great to have this one resolved. |
|
@SteveSandersonMS what's the release model for this? Wanting to pull it into some samples 😉 |
|
@aaronpowell I've pushed an updated set of beta packages (NodeServices, SpaServices, etc., all versioned |
When investigating #247 I noticed that the
NODE_PATHwould look something like:C:\tmp\.nvm\v6.3.1\node_modules:C:\_code\project\node_modulesThe problem is that the path separator is
:not;.This fix have resolve the issue in my testing.
Testing fix
NODE_PATHto have a value (eg:C:\tmp)aspnet-prerenderingwhen using a node version manager #247