Electron App not building
Opened this issue · 0 comments
I'm on a Macbook running Big Sur. I followed the instructions to get the Electron App "kafkaq" running, but it does not build/run. During the "yarn install" process, the following occurs:
error <my path to projects>/kafkaQ/node_modules/node-sass: Command failed. Exit code: 1 Command: node scripts/build.js Arguments: Directory: <my path to projects>/kafkaQ/node_modules/node-sass Output: Building: /usr/local/bin/node <my path to projects>/kafkaQ/node_modules/node-sass/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= gyp info it worked if it ends with ok gyp verb cli [ gyp verb cli '/usr/local/bin/node', gyp verb cli '<my path to projects>/kafkaQ/node_modules/node-sass/node_modules/node-gyp/bin/node-gyp.js', gyp verb cli 'rebuild', gyp verb cli '--verbose', gyp verb cli '--libsass_ext=', gyp verb cli '--libsass_cflags=', gyp verb cli '--libsass_ldflags=', gyp verb cli '--libsass_library=' gyp verb cli ]
Please try to clone your repo into a fresh directory and try to run "yarn install". If it works, perhaps there is some NPM package you have installed globally. If so, please advise.
Thank you,
Ken Kopelson