magicbookproject / magicbook

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

Not installing #34

Closed horobox closed 1 year ago

horobox commented 4 years ago

On my manjaro linux machine it isn't installing. Getting error like this,

Build failed with error code: 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/magicbook/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.13.1 postinstall: node scripts/build.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@4.13.1 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-04-10T18_09_31_019Z-debug.log

asmyers commented 4 years ago

Also occurs in Alpine Linux running on WSL

astrolemonade commented 4 years ago

I have the same problem !

astrolemonade commented 4 years ago

Just try this, it will work: https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally

shiffman commented 1 year ago

Working on upgrading from node-sass to dart-sass (?) in #49, see discussion in #47

Thank you for your patience of 2+ years!