Skip to content

Commit fbccfeb

Browse files
Use vocab of "native" and not "bare" Windows
1 parent 8141c78 commit fbccfeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/guides/node-on-native-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Running a Node project on native Windows
44

55
E.g., you might have agency partners working on Windows machines, and want to have them run a node project without [going through WSL2](https://newjersey.github.io/innovation-engineering/guides/laptop-setup-windows/), which requires admin access that agency partners may not have. See [this Microsoft guide](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows) for considerations about whether to use WSL2, or native windows.
66

7-
## Node on bare Windows
7+
## Node on native Windows
88

9-
Overall, [the Microsoft guide](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows#install-nvm-windows-nodejs-and-npm) is what we want to follow for setting up the node project on bare Windows
9+
Overall, [the Microsoft guide](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows#install-nvm-windows-nodejs-and-npm) is what we want to follow for setting up the node project on native Windows
1010

1111

1212
## ZScaler things

0 commit comments

Comments
 (0)