NPM troubleshooting documentation (#1529)
This commit is contained in:
parent
9786e28f52
commit
00da533f10
|
|
@ -18,3 +18,5 @@ Below are some tips for troubleshooting common issues.
|
|||
### Project Load Failures in Visual Studio
|
||||
In order to property load several of the projects in the solution, it is necessary that `%USERPROFILE%\.dotnet\x64` be in your `PATH` variable. If you experience issues loading projects in Visual Studio, please ensure that your `PATH` is configured correctly.
|
||||
|
||||
### NPM Errors
|
||||
Running `build.cmd` or `build.sh` immediately after installing NodeJS can cause an NPM error: `EPERM: operation not permitted, rename`. Executing the NPM command `npm cache clean` will fix this issue.
|
||||
|
|
|
|||
Loading…
Reference in New Issue