magicbookproject / magicbook

The magic book project returns!
MIT License
1.07k stars 59 forks source link

cannot do npm install with node 16 due to node-sass #47

Open wataru358 opened 2 years ago

wataru358 commented 2 years ago

So when trying to install magicbook, npm fails at node-sass. I am using node 16, and had similar, actually same issue, so we dropped it. Could we move to sass (dart sass)?

OnodOfTheNorth commented 2 years ago

Stepping back to the last stable release of node 14 with NVM seems to work; there are still some errors thrown but the build works. if you are using MagicBook to allow users to compile a personal doc of a repository you may have to add a little instruction on stepping back to node 14 since this repository seems to be unmaintained.

shiffman commented 1 year ago

I'm running into this along with some other issues related to working on an M1 mac. Take a look at #49 and let me know if it helps!