spark-solutions / spree2vuestorefront

Build complete E-Commerce PWA with this Spree Commerce (https://github.com/spree/spree) to Vue Storefront (https://github.com/DivanteLtd/vue-storefront) bridge
50 stars 9 forks source link

Yarn install errors #76

Closed pmaojo closed 5 years ago

pmaojo commented 5 years ago

$ ./docker-bin/spree2vs.sh yarn server

(...)
info fsevents@1.2.7: The platform "linux" is incompatible with this module.
info "fsevents@1.2.7" is an optional dependency and failed compatibility check. Excluding it from installation.
(...)

Is this a problem? Server runs.

tniezg commented 5 years ago

Operating systems use different file watching mechanisms. fsevents is macOS. Not a problem.

pmaojo commented 5 years ago

Thanks!