mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Update README.md
This commit is contained in:
@@ -60,7 +60,10 @@ To get started,
|
||||
|
||||
**Using Visual Studio on Windows**
|
||||
|
||||
1. Open the solution file, `NodeServices.sln`, in Visual Studio. Wait for it to finish fetching and installing dependencies.
|
||||
1. Open the solution file, `NodeServices.sln`, in Visual Studio.
|
||||
2. Wait for it to finish fetching and installing dependencies.
|
||||
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`).
|
||||
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.
|
||||
|
||||
**Using dnx on Windows/Mac/Linux**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user