Error when creating proton appHow do I Install GTK+ 3.0?Rubymine creating shortcut in Desktop ErrorGet error when installing Comodo AntivirusError when adding a sourceerror while install app from terminalError when installing GPartedApp problems please helperror when trying to install scipError when installing softwaredpkg error when installing nmapBIGNUM error when comiling asdcplib
How do I fix the group tension caused by my character stealing and possibly killing without provocation?
How to make money from a browser who sees 5 seconds into the future of any web page?
How to draw a matrix with arrows in limited space
Why can't the Brexit deadlock in the UK parliament be solved with a plurality vote?
Why Shazam when there is already Superman?
What (the heck) is a Super Worm Equinox Moon?
A Trivial Diagnosis
What features enable the Su-25 Frogfoot to operate with such a wide variety of fuels?
Does the reader need to like the PoV character?
Mimic lecturing on blackboard, facing audience
Is this part of the description of the Archfey warlock's Misty Escape feature redundant?
What fields between the rationals and the reals allow a good notion of 2D distance?
Why does this expression simplify as such?
How to convince somebody that he is fit for something else, but not this job?
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
Is there any evidence that Cleopatra and Caesarion considered fleeing to India to escape the Romans?
Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?
"It doesn't matter" or "it won't matter"?
Why does Carol not get rid of the Kree symbol on her suit when she changes its colours?
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
Is my low blitz game drawing rate at www.chess.com an indicator that I am weak in chess?
Multiplicative persistence
How can I write humor as character trait?
How do I tell my boss that I'm quitting soon, especially given that a colleague just left this week
Error when creating proton app
How do I Install GTK+ 3.0?Rubymine creating shortcut in Desktop ErrorGet error when installing Comodo AntivirusError when adding a sourceerror while install app from terminalError when installing GPartedApp problems please helperror when trying to install scipError when installing softwaredpkg error when installing nmapBIGNUM error when comiling asdcplib
I am new to programming, especially using Ubuntu OS. Lately, I've been interested in creating desktop apps using the new framework Proton, but every time I create a proton app app I get errors. Here is the snippet of the error code:
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
gyp: Call to 'pkg-config gtk+-3.0 --cflags-only-I | sed s/-I//g' returned exit status 0 while in binding.gyp. while trying to load binding.gyp
gyp
ERR!
configure error
gyp
ERR!
stack
Error: `gyp` failed with exit code: 1
gyp
ERR!
stack at ChildProcess.onCpExit (/home/francisco/.nvm/versions/node/v11.12.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
gyp ERR!
stack at ChildProcess.emit (events.js:197:13)
gyp
ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12)
gyp
ERR! System Linux 4.15.0-46-generic
gyp
ERR! command
"/home/francisco/.nvm/versions/node/v11.12.0/bin/node" "/home/francisco/.nvm/versions/node/v11.12.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"
gyp
ERR! cwd /home/francisco/Documents/project_proton/Calculator/node_modules/libui-node
gyp ERR! node -v
v11.12.0
gyp
ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm
ERR! code ELIFECYCLE
npm
ERR! errno 1
npm ERR!
libui-node@0.2.1 build: `node-gyp configure build`
npm
ERR! Exit status 1
npm ERR!
npm
ERR! Failed at the libui-node@0.2.1 build script.
npm
ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm
WARN Local package.json exists, but node_modules missing, did you mean to install?
npm
ERR! A complete log of this run can be found in:
npm ERR! /home/francisco/.npm/_logs/2019-03-21T20_38_22_395Z-debug.log
npm
WARN
optional
SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
npm
WARN
notsup
SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted "os":"darwin","arch":"any" (current: "os":"linux","arch":"x64")
npm
ERR!
code
ELIFECYCLE
npm
ERR!
errno
1
npm
ERR!
libui-node@0.2.1 install: `libui-download && autogypi && npm run build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the libui-node@0.2.1 install 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/francisco/.npm/_logs/2019-03-21T20_38_35_700Z-debug.log
An error ocurred:
npm install has failed.
software-installation
New contributor
add a comment |
I am new to programming, especially using Ubuntu OS. Lately, I've been interested in creating desktop apps using the new framework Proton, but every time I create a proton app app I get errors. Here is the snippet of the error code:
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
gyp: Call to 'pkg-config gtk+-3.0 --cflags-only-I | sed s/-I//g' returned exit status 0 while in binding.gyp. while trying to load binding.gyp
gyp
ERR!
configure error
gyp
ERR!
stack
Error: `gyp` failed with exit code: 1
gyp
ERR!
stack at ChildProcess.onCpExit (/home/francisco/.nvm/versions/node/v11.12.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
gyp ERR!
stack at ChildProcess.emit (events.js:197:13)
gyp
ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12)
gyp
ERR! System Linux 4.15.0-46-generic
gyp
ERR! command
"/home/francisco/.nvm/versions/node/v11.12.0/bin/node" "/home/francisco/.nvm/versions/node/v11.12.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"
gyp
ERR! cwd /home/francisco/Documents/project_proton/Calculator/node_modules/libui-node
gyp ERR! node -v
v11.12.0
gyp
ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm
ERR! code ELIFECYCLE
npm
ERR! errno 1
npm ERR!
libui-node@0.2.1 build: `node-gyp configure build`
npm
ERR! Exit status 1
npm ERR!
npm
ERR! Failed at the libui-node@0.2.1 build script.
npm
ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm
WARN Local package.json exists, but node_modules missing, did you mean to install?
npm
ERR! A complete log of this run can be found in:
npm ERR! /home/francisco/.npm/_logs/2019-03-21T20_38_22_395Z-debug.log
npm
WARN
optional
SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
npm
WARN
notsup
SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted "os":"darwin","arch":"any" (current: "os":"linux","arch":"x64")
npm
ERR!
code
ELIFECYCLE
npm
ERR!
errno
1
npm
ERR!
libui-node@0.2.1 install: `libui-download && autogypi && npm run build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the libui-node@0.2.1 install 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/francisco/.npm/_logs/2019-03-21T20_38_35_700Z-debug.log
An error ocurred:
npm install has failed.
software-installation
New contributor
Possible duplicate of How do I Install GTK+ 3.0?
– George Udosen
4 hours ago
i have already installed GTK+3 but the error still persist
– emmaus
4 hours ago
see here stackoverflow.com/a/50038996/2782188
– George Udosen
4 hours ago
add a comment |
I am new to programming, especially using Ubuntu OS. Lately, I've been interested in creating desktop apps using the new framework Proton, but every time I create a proton app app I get errors. Here is the snippet of the error code:
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
gyp: Call to 'pkg-config gtk+-3.0 --cflags-only-I | sed s/-I//g' returned exit status 0 while in binding.gyp. while trying to load binding.gyp
gyp
ERR!
configure error
gyp
ERR!
stack
Error: `gyp` failed with exit code: 1
gyp
ERR!
stack at ChildProcess.onCpExit (/home/francisco/.nvm/versions/node/v11.12.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
gyp ERR!
stack at ChildProcess.emit (events.js:197:13)
gyp
ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12)
gyp
ERR! System Linux 4.15.0-46-generic
gyp
ERR! command
"/home/francisco/.nvm/versions/node/v11.12.0/bin/node" "/home/francisco/.nvm/versions/node/v11.12.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"
gyp
ERR! cwd /home/francisco/Documents/project_proton/Calculator/node_modules/libui-node
gyp ERR! node -v
v11.12.0
gyp
ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm
ERR! code ELIFECYCLE
npm
ERR! errno 1
npm ERR!
libui-node@0.2.1 build: `node-gyp configure build`
npm
ERR! Exit status 1
npm ERR!
npm
ERR! Failed at the libui-node@0.2.1 build script.
npm
ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm
WARN Local package.json exists, but node_modules missing, did you mean to install?
npm
ERR! A complete log of this run can be found in:
npm ERR! /home/francisco/.npm/_logs/2019-03-21T20_38_22_395Z-debug.log
npm
WARN
optional
SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
npm
WARN
notsup
SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted "os":"darwin","arch":"any" (current: "os":"linux","arch":"x64")
npm
ERR!
code
ELIFECYCLE
npm
ERR!
errno
1
npm
ERR!
libui-node@0.2.1 install: `libui-download && autogypi && npm run build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the libui-node@0.2.1 install 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/francisco/.npm/_logs/2019-03-21T20_38_35_700Z-debug.log
An error ocurred:
npm install has failed.
software-installation
New contributor
I am new to programming, especially using Ubuntu OS. Lately, I've been interested in creating desktop apps using the new framework Proton, but every time I create a proton app app I get errors. Here is the snippet of the error code:
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
gyp: Call to 'pkg-config gtk+-3.0 --cflags-only-I | sed s/-I//g' returned exit status 0 while in binding.gyp. while trying to load binding.gyp
gyp
ERR!
configure error
gyp
ERR!
stack
Error: `gyp` failed with exit code: 1
gyp
ERR!
stack at ChildProcess.onCpExit (/home/francisco/.nvm/versions/node/v11.12.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
gyp ERR!
stack at ChildProcess.emit (events.js:197:13)
gyp
ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12)
gyp
ERR! System Linux 4.15.0-46-generic
gyp
ERR! command
"/home/francisco/.nvm/versions/node/v11.12.0/bin/node" "/home/francisco/.nvm/versions/node/v11.12.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"
gyp
ERR! cwd /home/francisco/Documents/project_proton/Calculator/node_modules/libui-node
gyp ERR! node -v
v11.12.0
gyp
ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm
ERR! code ELIFECYCLE
npm
ERR! errno 1
npm ERR!
libui-node@0.2.1 build: `node-gyp configure build`
npm
ERR! Exit status 1
npm ERR!
npm
ERR! Failed at the libui-node@0.2.1 build script.
npm
ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm
WARN Local package.json exists, but node_modules missing, did you mean to install?
npm
ERR! A complete log of this run can be found in:
npm ERR! /home/francisco/.npm/_logs/2019-03-21T20_38_22_395Z-debug.log
npm
WARN
optional
SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
npm
WARN
notsup
SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted "os":"darwin","arch":"any" (current: "os":"linux","arch":"x64")
npm
ERR!
code
ELIFECYCLE
npm
ERR!
errno
1
npm
ERR!
libui-node@0.2.1 install: `libui-download && autogypi && npm run build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the libui-node@0.2.1 install 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/francisco/.npm/_logs/2019-03-21T20_38_35_700Z-debug.log
An error ocurred:
npm install has failed.
software-installation
software-installation
New contributor
New contributor
edited 2 hours ago
Pikachu the Purple Wizard
1035
1035
New contributor
asked 4 hours ago
emmausemmaus
1
1
New contributor
New contributor
Possible duplicate of How do I Install GTK+ 3.0?
– George Udosen
4 hours ago
i have already installed GTK+3 but the error still persist
– emmaus
4 hours ago
see here stackoverflow.com/a/50038996/2782188
– George Udosen
4 hours ago
add a comment |
Possible duplicate of How do I Install GTK+ 3.0?
– George Udosen
4 hours ago
i have already installed GTK+3 but the error still persist
– emmaus
4 hours ago
see here stackoverflow.com/a/50038996/2782188
– George Udosen
4 hours ago
Possible duplicate of How do I Install GTK+ 3.0?
– George Udosen
4 hours ago
Possible duplicate of How do I Install GTK+ 3.0?
– George Udosen
4 hours ago
i have already installed GTK+3 but the error still persist
– emmaus
4 hours ago
i have already installed GTK+3 but the error still persist
– emmaus
4 hours ago
see here stackoverflow.com/a/50038996/2782188
– George Udosen
4 hours ago
see here stackoverflow.com/a/50038996/2782188
– George Udosen
4 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
emmaus is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127657%2ferror-when-creating-proton-app%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
emmaus is a new contributor. Be nice, and check out our Code of Conduct.
emmaus is a new contributor. Be nice, and check out our Code of Conduct.
emmaus is a new contributor. Be nice, and check out our Code of Conduct.
emmaus is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127657%2ferror-when-creating-proton-app%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Possible duplicate of How do I Install GTK+ 3.0?
– George Udosen
4 hours ago
i have already installed GTK+3 but the error still persist
– emmaus
4 hours ago
see here stackoverflow.com/a/50038996/2782188
– George Udosen
4 hours ago