-
Notifications
You must be signed in to change notification settings - Fork 59
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
make error of gzbridge #174
Comments
Hi! I have the same issue, did someone find a solution please? |
Similar error, I already applied the ::boost patch npm run deploy --- -m local
$ npm start
|
Hi @newcanopies!
See #203, but in the moment the project supports node up to version 10.x Nonetheless, I think your problem is on a previous step
You don't have the permission to run the script. Have you cloned the repo or downloaded the .zip version? You may solve the problem with sudo chmod +x ./scripts/deploy.sh It will add execute permission |
Thank you @FelipeGdM good to know about the underlying "change in the V8 interface between Node 10 and 12"
git cloned/checked gzweb_1.4.0 will keep my eyes peeled on your PR for Node 12 build release |
Original report (archived issue) by Anonymous.
when i try to run the command : npm run deploy --- -m local ,
the error comes out
make: *** [Debug/obj.target/gzbridge/GZNode.o] Error 4
make: Leaving directory '/home/nyf1209/gzweb/gzbridge/build'
gyp ERR! build error
gyp ERR! stack Error:
make
failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/home/nyf1209/gzweb/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:310:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 4.15.0-45-generic
gyp ERR! command "/home/nyf1209/.nvm/versions/node/v12.16.2/bin/node" "/home/nyf1209/gzweb/node_modules/.bin/node-gyp" "build" "-d"
gyp ERR! cwd /home/nyf1209/gzweb/gzbridge
gyp ERR! node -v v12.16.2
gyp ERR! node-gyp -v v6.1.0
gyp ERR! not ok
There are node-gyp build errors, exiting.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gzweb@1.3.0 deploy:
./deploy.sh "-c"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the gzweb@1.3.0 deploy 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! /home/nyf1209/.npm/_logs/2020-04-15T02_55_03_138Z-debug.log
The text was updated successfully, but these errors were encountered: