React example does not work
- Dominant language
- TypeScript
- Stars
- 114
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Following first part of React example using deno version 1.32.5 on MacOS Ventura 13.3.1.
```
deno run --allow-env --allow-read --allow-write npm:create-vite-extra
````
Selected `deno-react` template and `TypeScript` variant.
cd into newly scaffolded project and run
```
deno task dev
```
The following error is displayed:
```
Task dev deno run -A --node-modules-dir npm:vite
error: Uncaught Error: EPERM: operation not permitted, readdir
at __node_internal_captureLargerStackTrace (ext:deno_node/internal/errors.ts:89:11)
at __node_internal_uvException (ext:deno_node/internal/errors.ts:182:12)
at denoErrorToNodeError (ext:deno_node/internal/errors.ts:1826:16)
at ext:deno_node/_fs/_fs_readdir.ts:35:22
at eventLoopTick (ext:core/01_core.js:165:11)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.