hyperweb-io / hyperweb-io/create-cosmos-app

Dependency issues when using npm instead of yarn

Open
#17 0 comments 0 reactions 0 assignees View on GitHub
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:

![image](https://user-images.githubusercontent.com/1925470/194674845-ea7e5dcf-a9b3-44fe-bfd1-2fe8cf614b44.png)

Excerpt from log file:

![image](https://user-images.githubusercontent.com/1925470/194675162-4da5b0ab-15c2-4f3e-9f9e-cbb8820a5da5.png)

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.