You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,8 @@ Or install and configure Python and Visual Studio tools manually:
66
66
67
67
To use the native ARM64 C++ compiler on Windows on ARM, ensure that you have Visual Studio 2022 [17.4 or later](https://devblogs.microsoft.com/visualstudio/arm64-visual-studio-is-officially-here/) installed.
68
68
69
-
It's advised to install following Powershell module: [VSSetup](https://github.com/microsoft/vssetup.powershell) using `Install-Module VSSetup -Scope CurrentUser`.
70
-
This will make Visual Studio detection logic to use more flexible and accessible method, avoiding Powershell's `ConstrainedLanguage` mode.
69
+
It's advised to install the following PowerShell module: [VSSetup](https://github.com/microsoft/vssetup.powershell) using `Install-Module VSSetup -Scope CurrentUser`.
70
+
This will make Visual Studio detection logic use a more flexible and accessible method, avoiding PowerShell's `ConstrainedLanguage` mode.
71
71
72
72
### Configuring Python Dependency
73
73
@@ -270,8 +270,8 @@ set npm_package_config_node_gyp_devdir=c:\temp\.gyp
270
270
```
271
271
272
272
Note that in versions of npm before v11 it was possible to use the prefix `npm_config_` for
273
-
environement variables. This was deprecated in npm@11 and will be removed in npm@12 so it
274
-
is recommened to convert your environment variables to the above format.
273
+
environment variables. This was deprecated in npm@11 and will be removed in npm@12 so it
274
+
is recommended to convert your environment variables to the above format.
275
275
276
276
### `npm` configuration for npm versions before v9
0 commit comments