oakmac / chessboard2

chessboard.js v2
ISC License
81 stars 7 forks source link

dependencies issue #39

Closed bftjoe closed 1 year ago

bftjoe commented 1 year ago

The correct command for yarn is yarnpkg, not yarn, at least if using yarn installed from Ubuntu 22.10 package manager.

Do you mean no runtime dependencies? Probably should specify that, I see plenty of development dependencies.

Thanks for your work on pickupultimate.com, btw.

oakmac commented 1 year ago

The correct command for yarn is yarnpkg, not yarn, at least if using yarn installed from Ubuntu 22.10 package manager.

I expect this will vary from system to system. I think yarn is probably the most popular convention.

Do you mean no runtime dependencies? Probably should specify that, I see plenty of development dependencies.

Yes - "no dependencies" means no runtime dependencies for the library as it is shipped. This is in contrast to chessboard.js which requires jQuery.

Thanks for your work on pickupultimate.com, btw.

Thank you! 🙏