Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): fix edge_app_root documentation 2 #2507

Merged
merged 1 commit into from
Jul 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You may or may not run into environment problems when using the CLI, trying to t

- Add these environment variables to your shell environment:
- `EDGE_USE_CORECLR=1`
- `EDGE_APP_ROOT=<path/to/your/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- `EDGE_APP_ROOT=<path/to/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- Install `pkgconfig` on macOS with Homebrew: `brew install pkgconfig`
- Then add this environment variable: `PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig`
- You then need to re-install your node modules by deleting the `node_modules` folder and then running `npm install` again
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This tells your local C# .NET runtime to use version 3.1.401 in this repo, even

- Add these environment variables to your shell environment:
- `EDGE_USE_CORECLR=1`
- `EDGE_APP_ROOT=<path/to/your/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- `EDGE_APP_ROOT=<path/to/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- Install `pkgconfig` on macOS with Homebrew: `brew install pkgconfig`
- Then add this environment variable: `PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig`
- You then need to re-install your node modules by deleting the `node_modules` folder and then running `npm install` again
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You may or may not run into environment problems when trying to run the node. Th

- Add these environment variables to your shell environment:
- `EDGE_USE_CORECLR=1`
- `EDGE_APP_ROOT=<path/to/your/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- `EDGE_APP_ROOT=<path/to/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- Install `pkgconfig` on macOS with Homebrew: `brew install pkgconfig`
- Then add this environment variable: `PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig`
- You then need to re-install your node modules by deleting the `node_modules` folder and then running `npm install` again
Expand Down
2 changes: 1 addition & 1 deletion packages/neo-one-website/tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ You may or may not run into environment problems when using the CLI, trying to t

- Add these environment variables to your shell environment:
- `EDGE_USE_CORECLR=1`
- `EDGE_APP_ROOT=<path/to/your/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- `EDGE_APP_ROOT=<path/to/project>/node_modules/@neo-one/node-vm/lib/bin/Debug/netcoreapp3.0`
- Install `pkgconfig` on macOS with Homebrew: `brew install pkgconfig`
- Then add this environment variable: `PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig`
- You then need to re-install your node modules by deleting the `node_modules` folder and then running `npm install` again
Expand Down