TanStack / ranger

🤖 Headless utilities for building range and multi-range sliders in React, Preact, Solid, Vue, Svelte and Angular
MIT License
757 stars 65 forks source link

Can't run `yarn start` on a fresh install #4

Closed etimberg closed 4 years ago

etimberg commented 6 years ago

I cloned the repo and installed dependencies, however I can't run the dev server.

Reproduce Steps

  1. Clone repo
  2. yarn install
  3. yarn start
Failed to compile with 1 error.

 ERROR  in multi ./node_modules/nwb/polyfills.js (webpack)-dev-server/client?/ (webpack)/hot/only-dev-server.js ./demo/src/index.js
Module not found: Error: Can't resolve '/Users/evert/Documents/opensource/react-ranger/demo/src/index.js' in '/Users/evert/Documents/opensource/react-ranger'
 @ multi ./node_modules/nwb/polyfills.js (webpack)-dev-server/client?/ (webpack)/hot/only-dev-server.js ./demo/src/index.js

System

tannerlinsley commented 6 years ago

There is currently no demo. I developed this right in the codesandbox ;)

tannerlinsley commented 6 years ago

If you want, you can just pull in one of the examples from there.