npm install not works - `node-gyp rebuild` errorCant install NPM as user not rootNode package installed, NPM...
extract characters between two commas?
Creating a loop after a break using Markov Chain in Tikz
Re-submission of rejected manuscript without informing co-authors
Information to fellow intern about hiring?
How to move the player while also allowing forces to affect it
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
How to manage monthly salary
What is it called when one voice type sings a 'solo'?
Why airport relocation isn't done gradually?
How to make payment on the internet without leaving a money trail?
Why was the "bread communication" in the arena of Catching Fire left out in the movie?
Is there a name of the flying bionic bird?
Lied on resume at previous job
Calculate Levenshtein distance between two strings in Python
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
Domain expired, GoDaddy holds it and is asking more money
Why do UK politicians seemingly ignore opinion polls on Brexit?
Pristine Bit Checking
Manga about a female worker who got dragged into another world together with this high school girl and she was just told she's not needed anymore
What is the offset in a seaplane's hull?
Is "plugging out" electronic devices an American expression?
Prime joint compound before latex paint?
Does bootstrapped regression allow for inference?
What does 'script /dev/null' do?
npm install not works - `node-gyp rebuild` error
Cant install NPM as user not rootNode package installed, NPM not workingnpm install google-cloud failsDifference between `sudo npm install -g npm` and `sudo apt-get install npm`node.js npm bungle installation errorNpm outdated gives errorWindows 10: Node-GYP error while installing npm/sharpnode.js npm install EAI_AGAIN errorNode-gyp error on running npm installError in running npm install
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I had the error bellow when I was preparing my blockchaine developmement environement :
My environment was under:
- NodeJs 10.15.3 LTS.
- npm 8.x
npm install not works - node-gyp rebuild
error
This an extract of the output error:
no known conversion for argument 2 from ‘Nan::imp::NativeGetter {aka void (*)(v8::Local, const v8::PropertyCallbackInfo&)}’ to ‘v8::Local’ x509.target.mk:106: recipe for target 'Release/obj.target/x509/src/addon.o' failed
and this is the screenshot's error
enter image description here
node.js
New contributor
add a comment |
I had the error bellow when I was preparing my blockchaine developmement environement :
My environment was under:
- NodeJs 10.15.3 LTS.
- npm 8.x
npm install not works - node-gyp rebuild
error
This an extract of the output error:
no known conversion for argument 2 from ‘Nan::imp::NativeGetter {aka void (*)(v8::Local, const v8::PropertyCallbackInfo&)}’ to ‘v8::Local’ x509.target.mk:106: recipe for target 'Release/obj.target/x509/src/addon.o' failed
and this is the screenshot's error
enter image description here
node.js
New contributor
add a comment |
I had the error bellow when I was preparing my blockchaine developmement environement :
My environment was under:
- NodeJs 10.15.3 LTS.
- npm 8.x
npm install not works - node-gyp rebuild
error
This an extract of the output error:
no known conversion for argument 2 from ‘Nan::imp::NativeGetter {aka void (*)(v8::Local, const v8::PropertyCallbackInfo&)}’ to ‘v8::Local’ x509.target.mk:106: recipe for target 'Release/obj.target/x509/src/addon.o' failed
and this is the screenshot's error
enter image description here
node.js
New contributor
I had the error bellow when I was preparing my blockchaine developmement environement :
My environment was under:
- NodeJs 10.15.3 LTS.
- npm 8.x
npm install not works - node-gyp rebuild
error
This an extract of the output error:
no known conversion for argument 2 from ‘Nan::imp::NativeGetter {aka void (*)(v8::Local, const v8::PropertyCallbackInfo&)}’ to ‘v8::Local’ x509.target.mk:106: recipe for target 'Release/obj.target/x509/src/addon.o' failed
and this is the screenshot's error
enter image description here
node.js
node.js
New contributor
New contributor
New contributor
asked 2 days ago
user1017850user1017850
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The solution was to downgrade nodeJS to 8.15.1
- nvm install 8.15.1
Good luck
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
user1017850 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%2fsuperuser.com%2fquestions%2f1422204%2fnpm-install-not-works-node-gyp-rebuild-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The solution was to downgrade nodeJS to 8.15.1
- nvm install 8.15.1
Good luck
New contributor
add a comment |
The solution was to downgrade nodeJS to 8.15.1
- nvm install 8.15.1
Good luck
New contributor
add a comment |
The solution was to downgrade nodeJS to 8.15.1
- nvm install 8.15.1
Good luck
New contributor
The solution was to downgrade nodeJS to 8.15.1
- nvm install 8.15.1
Good luck
New contributor
New contributor
answered 2 days ago
user1017850user1017850
1
1
New contributor
New contributor
add a comment |
add a comment |
user1017850 is a new contributor. Be nice, and check out our Code of Conduct.
user1017850 is a new contributor. Be nice, and check out our Code of Conduct.
user1017850 is a new contributor. Be nice, and check out our Code of Conduct.
user1017850 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1422204%2fnpm-install-not-works-node-gyp-rebuild-error%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