janzheng / svelte-masonry

Masonry for Svelte
https://svelte-masonry-one.vercel.app/
23 stars 7 forks source link

Unable to install on Apple Silicon because of noda-sass dependency #7

Closed nileshtrivedi closed 11 months ago

nileshtrivedi commented 2 years ago

node-sass currently does not work on Apple ARM machines like those with M1 chips. Related Issue

Additionally, node-sass involves many other complex dependencies like node-gyp which requires Python to be installed. All that for a masonry layout seems an overkill. Could svelte-masonry work without depending on node-sass?

janzheng commented 11 months ago

Thanks for that; I completely moved everything to Sveltekit. This issue should be fixed (I'm running on M3 now)