denoland / denoland/examples

React example does not work

Open
#18 3 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.