Skip to content

Commit

Permalink
add example command for setting execution policy on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
David Brandon committed Jan 3, 2025
1 parent e8536ea commit 8c5104c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,11 @@ npm run test

and "No test files found" will be written to the console.

Note: may need to set execution policy if running on windows
Note: may need to set execution policy if running on windows

```shell
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
```

<strong>Having issues with your local setup?</strong> See the solution in [StackBlitz](https://stackblitz.com/fork/github/bitovi/academy/tree/main/exercises/react-vite/02-setting-up-your-environment/03-solution?file=package.json) or [CodeSandbox](https://codesandbox.io/p/devbox/github/bitovi/academy/tree/main/exercises/react-vite/02-setting-up-your-environment/03-solution?file=package.json).

Expand Down

0 comments on commit 8c5104c

Please sign in to comment.