You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the maintainer of Ember Twiddle and I was looking for a way to support dependencies from npm rather than CDNs which work but require packages to be built in UMD. I came across this project and was hoping to see if it worked for us.
Anyway, I cloned it and tried to yarn install and get this error message:
yarn install v1.22.4
[1/4] Resolving packages...
[2/4] Fetching packages...
error [email protected]: The platform "linux" is incompatible with this module.
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
As I understand it, fs-events should be made an optional dependency because it is not needed on non Mac platforms.
Using Ubuntu 18.04, node 12, and yarn 1.22.4
The text was updated successfully, but these errors were encountered:
Hi,
I'm the maintainer of Ember Twiddle and I was looking for a way to support dependencies from npm rather than CDNs which work but require packages to be built in UMD. I came across this project and was hoping to see if it worked for us.
Anyway, I cloned it and tried to yarn install and get this error message:
As I understand it, fs-events should be made an optional dependency because it is not needed on non Mac platforms.
Using Ubuntu 18.04, node 12, and yarn 1.22.4
The text was updated successfully, but these errors were encountered: