jarek-foksa / xel

Xel - Widget toolkit for building native-like Electron and Web apps
https://xel-toolkit.org
Other
679 stars 58 forks source link

yarn add xel doesn't work properly #76

Closed mmakrzem closed 5 years ago

mmakrzem commented 5 years ago

I use yarn (as opposed to npm) to get packages. If I call yarn add xel to grab all your files from github, I only get themes/*, package.json and xel.min.js. All the other files are missing! If I use npm install xel I do get all the other files.

Any idea on how to fix this? My toolchain requires yarn to be used as npm corrupts my setup.

jarek-foksa commented 5 years ago

I have never used yarn before, but isn't yarn add xel grabbing the files from the NPM registry rather than Github?

Anyway, I suspect this could be a bug in the yarn package manager rather than Xel: https://github.com/yarnpkg/yarn/issues/3169

mmakrzem commented 5 years ago

Thank you, that solved the problem.