Error when creating proton appHow do I Install GTK+ 3.0?Software Center Matlab app preventing app...

Does Doodling or Improvising on the Piano Have Any Benefits?

Is this part of the description of the Archfey warlock's Misty Escape feature redundant?

Is it ethical to recieve stipend after publishing enough papers?

How to get directions in deep space?

Why do ¬, ∀ and ∃ have the same precedence?

How can ping know if my host is down

Can I cause damage to electrical appliances by unplugging them when they are turned on?

Stack Interview Code methods made from class Node and Smart Pointers

Why is it that I can sometimes guess the next note?

Can I say "fingers" when referring to toes?

Why is the Sun approximated as a black body at ~ 5800 K?

What fields between the rationals and the reals allow a good notion of 2D distance?

Biological Blimps: Propulsion

Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?

What is Cash Advance APR?

Did the UK lift the requirement for registering SIM cards?

Why should universal income be universal?

How much of a Devil Fruit must be consumed to gain the power?

Taxes on Dividends in a Roth IRA

Giving feedback to someone without sounding prejudiced

Review your own paper in Mathematics

What does "Scientists rise up against statistical significance" mean? (Comment in Nature)

Pre-mixing cryogenic fuels and using only one fuel tank

Does the reader need to like the PoV character?



Error when creating proton app


How do I Install GTK+ 3.0?Software Center Matlab app preventing app installationRubymine creating shortcut in Desktop ErrorHow do I install the Uber app?App problems please helpdirectory for portable app (Fiji)Software centre shows no app foundWhere should I place an app?i can't upgrade or install appApp Launched but not showingApp recommendation or help with install













0















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.









share|improve this question









New contributor




emmaus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Possible duplicate of How do I Install GTK+ 3.0?

    – George Udosen
    2 hours ago











  • i have already installed GTK+3 but the error still persist

    – emmaus
    1 hour ago











  • see here stackoverflow.com/a/50038996/2782188

    – George Udosen
    1 hour ago
















0















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.









share|improve this question









New contributor




emmaus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Possible duplicate of How do I Install GTK+ 3.0?

    – George Udosen
    2 hours ago











  • i have already installed GTK+3 but the error still persist

    – emmaus
    1 hour ago











  • see here stackoverflow.com/a/50038996/2782188

    – George Udosen
    1 hour ago














0












0








0








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.









share|improve this question









New contributor




emmaus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question









New contributor




emmaus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




emmaus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 6 mins ago









Pikachu the Purple Wizard

1035




1035






New contributor




emmaus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 hours ago









emmausemmaus

1




1




New contributor




emmaus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





emmaus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






emmaus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Possible duplicate of How do I Install GTK+ 3.0?

    – George Udosen
    2 hours ago











  • i have already installed GTK+3 but the error still persist

    – emmaus
    1 hour ago











  • see here stackoverflow.com/a/50038996/2782188

    – George Udosen
    1 hour ago



















  • Possible duplicate of How do I Install GTK+ 3.0?

    – George Udosen
    2 hours ago











  • i have already installed GTK+3 but the error still persist

    – emmaus
    1 hour ago











  • see here stackoverflow.com/a/50038996/2782188

    – George Udosen
    1 hour ago

















Possible duplicate of How do I Install GTK+ 3.0?

– George Udosen
2 hours ago





Possible duplicate of How do I Install GTK+ 3.0?

– George Udosen
2 hours ago













i have already installed GTK+3 but the error still persist

– emmaus
1 hour ago





i have already installed GTK+3 but the error still persist

– emmaus
1 hour ago













see here stackoverflow.com/a/50038996/2782188

– George Udosen
1 hour ago





see here stackoverflow.com/a/50038996/2782188

– George Udosen
1 hour ago










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.










draft saved

draft discarded


















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.










draft saved

draft discarded


















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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

List of shipwrecks in 1808...

Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...