developit / developit/preact-todomvc

npm install and npm run dev not working

Open
#9 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
107
Forks
33
PR merge metrics
No merged PRs in 30d

Description

**Step to reproduce**
1. Checkout fresh install.
1. `npm i`
1. `npm run dev`

**Results**
- webpack throw error

**Workaround**
1. `yarn install` // To install dependency
1. `npm run build` // To create build folder
1. `npm run dev` // To start webpack-dev-server

**Or**
1. `yarn install` // To install dependency
1. `npm run start` // To create build folder and start http-server

PS : I can see some movement in other branch so I didn't propose fixed PR to prevent conflict. :)

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.