@Sean said in MMM-AssistantMk2:
gcc -v
gcc version 7.3.0 (Raspbian 7.3.0-19) then i guess ist just electron-rebuild left to do
@Sean said in MMM-AssistantMk2:
gcc -v
gcc version 7.3.0 (Raspbian 7.3.0-19) then i guess ist just electron-rebuild left to do
@Sean
pi@raspberrypi:~ $ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 10
pi@raspberrypi:~ $ sudo update-alternatives --config gcc
There is only one option in the gcc link group (provides / usr / bin / gcc): / usr / bin / gcc-7
Nothing to configure.
i using google translate
@Sean
just to be sure i havent miss understanding the guide,
sudo apt-get install gcc-5 #or gcc-7 what sholde i have 5 or 7 i am running the latest Raspbian Buster 2019-07-10
@Sean do i need to reinstall it all, or can i just jump to electron-rebuild ?
@otto said in MMM-AssistantMk2:
i just what to check so if this is right or wrong before i try it:S
on line 20 i get this: ‘arrow function syntax (=>)’ is only available in ES6 (use ‘esversion: 6’).
on line 21 i get this: Missing semicolon.
is this anyting i need to change?
i got this when i was trying to start it:
WARNING! Could not load config file. Starting with default configuration. Error found: Error: Failed to load gRPC binary module because it was not installed for the current system
Expected directory: electron-v3.1-linux-arm-glibc
Found: [node-v64-linux-arm-glibc]
This problem can often be fixed by running “npm rebuild” on the current system
Original error: Cannot find module ‘/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/node/extension_binary/electron-v3.1-linux-arm-glibc/grpc_node.node’
i just what to check so if this is right or wrong before i try it:S
on line 20 i get this: ‘arrow function syntax (=>)’ is only available in ES6 (use ‘esversion: 6’).
on line 21 i get this: Missing semicolon.
is this anyting i need to change?
@Sean maybe u know what how i can fix the:
https://github.com/makepluscode/rpi-tutorial-advanced/issues/12
i im following this guide:https://www.youtube.com/watch?v=jrOOBGkOOZQ&feature=youtu.be
@makepluscode
https://pastebin.com/cBFMG7ak
i got this… what sholde i do?