smclab / react-faceted-token-input

A React component which is a tokenized input with faceted behavior
http://smclab.github.io/react-faceted-token-input/
GNU Lesser General Public License v2.1
9 stars 2 forks source link

Project does not start #17

Open NullVoxPopuli opened 5 years ago

NullVoxPopuli commented 5 years ago
$ npm start

> react-faceted-token-input@1.2.1 start /home/me/Development/OpenSource/react-faceted-token-input
> node server.js

Listening at http://localhost:3000
webpack built 029bd0b8d1fe344c9c27 in 127ms
Hash: 029bd0b8d1fe344c9c27
Version: webpack 1.15.0
Time: 127ms
    Asset    Size  Chunks       Chunk Names
bundle.js  272 kB       0       main
chunk    {0} bundle.js (main) 96.6 kB [rendered]
    [0] multi main 52 bytes {0} [built] [1 error]
    [1] ./~/eventsource-polyfill/dist/browserify-eventsource.js 852 bytes {0} [built]
    [2] ./~/eventsource-polyfill/dist/eventsource.js 17.7 kB {0} [built]
    [3] (webpack)-hot-middleware/client.js 7.77 kB {0} [built]
    [4] (webpack)/buildin/module.js 251 bytes {0} [built]
    [5] ./~/strip-ansi/index.js 161 bytes {0} [built]
    [6] ./~/ansi-regex/index.js 135 bytes {0} [built]
    [7] (webpack)-hot-middleware/client-overlay.js 2.21 kB {0} [built]
    [8] ./~/ansi-html/index.js 4.26 kB {0} [built]
    [9] ./~/html-entities/index.js 231 bytes {0} [built]
   [10] ./~/html-entities/lib/xml-entities.js 2.99 kB {0} [built]
   [11] ./~/html-entities/lib/html4-entities.js 6.59 kB {0} [built]
   [12] ./~/html-entities/lib/html5-entities.js 49 kB {0} [built]
   [13] (webpack)-hot-middleware/process-update.js 4.37 kB {0} [built]

ERROR in multi main
Module not found: Error: Cannot resolve 'file' or 'directory' ./examples/index in /home/me/Development/OpenSource/react-faceted-token-input
 @ multi main
GianBe commented 5 years ago

Hello @NullVoxPopuli sorry for the delay in the response and thank you for reporting the error.

The problem is caused by an old documentation, the html example has been deprecated in favor of storybook, we will update the documentation and scripts as soon as possible.

In the meantime a quick solution to see the example is to run npm run storybook.