Skip to content

Commit efe51c0

Browse files
Update README.md
1 parent 72f7bdb commit efe51c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ To get started,
6060

6161
**Using Visual Studio on Windows**
6262

63-
1. Open the solution file, `NodeServices.sln`, in Visual Studio. Wait for it to finish fetching and installing dependencies.
63+
1. Open the solution file, `NodeServices.sln`, in Visual Studio.
64+
2. Wait for it to finish fetching and installing dependencies.
65+
3. If you get the error `'reactivex/rxjs' is not in the npm registry`, then your Visual Studio installation's version of the NPM tool is out of date. You will need to restore NPM dependencies manually from a command prompt (e.g., `cd samples\angular\MusicStore` then `npm install`).
66+
4. Select a sample and run it. For example, right-click on the `MusicStore` project in Solution Explorer and choose `Set as startup project`. Then press `Ctrl+F5` to launch it.
6467

6568
**Using dnx on Windows/Mac/Linux**
6669

0 commit comments

Comments
 (0)