-
Notifications
You must be signed in to change notification settings - Fork 56
Fix missing package.json in .gotron-builder dir on npm install #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
This method overcome the missing package.json problem, The new gotron-builder executable run smooth until, Error: npm.cmd exited with code 1
C:\Users\user\modgo-electron.gotron\node_modules\websocket>if not defined npm_config_node_gyp (node "C:\Users\user\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Users\user\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\user\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\user\modgo-electron.gotron\node_modules\serialport\build\Release\serialport.node --module_name=serialport --module_path=C:\Users\user\modgo-electron.gotron\node_modules\serialport\build\Release' (1) Error output: npm ERR! A complete log of this run can be found in: From previous event: |
JoaoGustavoSilvaPaula
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code reviewed and tested, this version is already running in production for me
JoaoGustavoSilvaPaula
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code reviewed and tested
Fix for #33