Paratii-Video / paratii-mediaplayer

v0.0.2 of the Paratii Player, with a sleeker UI, plugin-oriented architecture
http://paratii.video
GNU General Public License v3.0
15 stars 2 forks source link

Installation instructions incomplete #67

Open HerHde opened 6 years ago

HerHde commented 6 years ago

Ahoj,

unfortunately your installation instructions are incomplete, as yarn does not install the peer dependencies, thus leading to missing deps when running yarn dev run:

ERROR in ./src/js/index.js
Module not found: Error: Can't resolve 'hlsjs-ipfs-loader'
[...]
Module not found: Error: Can't resolve 'ipfs'
[...]
Module not found: Error: Can't resolve 'run'
[...]
webpack: Failed to compile.

Greetings ~HerHde