hyperweb-io / hyperweb-io/create-cosmos-app
Dependency issues when using npm instead of yarn
Open
- Dominant language
- TypeScript
- Stars
- 166
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
After initializing with create-cosmos-app, I want to run the app.
```bash
npm run dev
```
However, I need to first build the node_modules dependancies as per the package.json using
```bash
npm install
```
...which results in the following errors:

Excerpt from log file:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.