Electron crashes on npm run dev
with node version mismatch for @serialport
#121
Answered
by
mirestrepo
mirestrepo
asked this question in
Q&A
-
When running an older version of honeycomb on development |
Beta Was this translation helpful? Give feedback.
Answered by
mirestrepo
Sep 26, 2022
Replies: 1 comment
-
This StackOverflow post helped. In particular, this instructions helped
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RobertGemmaJr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This StackOverflow post helped. In particular, this instructions helped
npm i -D electron-rebuild
to add the electron-rebuild package./node_modules/.bin/electron-rebuild
(.\node_modules\.bin\electron-rebuild.cmd
for Windows) to rebuild everything