gulp 4.0.0 shows npm outdated
I am running the latest available Gulp.js 4.0.0 and yet somehow npm says this:
> npm outdated
Package Current Wanted Latest Location
gulp 4.0.0 4.0.0 3.9.1
To solve the issue I have done:
npm update
npm update -g
- remove node_modules and run
npm install
lependu answer - remove node_modules,
npm cache clean -f
and runnpm install
lependu answer
Is there a way to fix this?
node.js npm gulp
add a comment |
I am running the latest available Gulp.js 4.0.0 and yet somehow npm says this:
> npm outdated
Package Current Wanted Latest Location
gulp 4.0.0 4.0.0 3.9.1
To solve the issue I have done:
npm update
npm update -g
- remove node_modules and run
npm install
lependu answer - remove node_modules,
npm cache clean -f
and runnpm install
lependu answer
Is there a way to fix this?
node.js npm gulp
add a comment |
I am running the latest available Gulp.js 4.0.0 and yet somehow npm says this:
> npm outdated
Package Current Wanted Latest Location
gulp 4.0.0 4.0.0 3.9.1
To solve the issue I have done:
npm update
npm update -g
- remove node_modules and run
npm install
lependu answer - remove node_modules,
npm cache clean -f
and runnpm install
lependu answer
Is there a way to fix this?
node.js npm gulp
I am running the latest available Gulp.js 4.0.0 and yet somehow npm says this:
> npm outdated
Package Current Wanted Latest Location
gulp 4.0.0 4.0.0 3.9.1
To solve the issue I have done:
npm update
npm update -g
- remove node_modules and run
npm install
lependu answer - remove node_modules,
npm cache clean -f
and runnpm install
lependu answer
Is there a way to fix this?
node.js npm gulp
node.js npm gulp
edited Nov 19 at 6:11
asked Nov 11 at 10:21
alljamin
518527
518527
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
npm had some issues with publication of new packages this week and the week before too. See this So I guess an npm cache clean -f
would help. If not, you can do nothing more, than wait.
Cleaning npm cache did not solve the problem. I have been facing this issue for a couple of weeks now so I am not sure if it really has something to do with the link you have mentioned.
– alljamin
Nov 12 at 3:04
Yeah, the first incedent report is from november 2. Do you reinstall node_modules too? Or maybe if gulp installed as global, you need to reinstall the global packages too.
– lependu
Nov 12 at 9:05
I've updated my question with more information
– alljamin
Nov 12 at 23:01
So you basically put together my comments and selling as your own. Nice play.
– lependu
Nov 13 at 15:11
You have misunderstood me and I appreciate your input. I have tried what you have suggested. Your suggestion did not work. I have mentioned your suggestion in the steps that did to resolve the issue.
– alljamin
Nov 13 at 20:22
|
show 1 more comment
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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
);
);
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%2fstackoverflow.com%2fquestions%2f53247774%2fgulp-4-0-0-shows-npm-outdated%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
npm had some issues with publication of new packages this week and the week before too. See this So I guess an npm cache clean -f
would help. If not, you can do nothing more, than wait.
Cleaning npm cache did not solve the problem. I have been facing this issue for a couple of weeks now so I am not sure if it really has something to do with the link you have mentioned.
– alljamin
Nov 12 at 3:04
Yeah, the first incedent report is from november 2. Do you reinstall node_modules too? Or maybe if gulp installed as global, you need to reinstall the global packages too.
– lependu
Nov 12 at 9:05
I've updated my question with more information
– alljamin
Nov 12 at 23:01
So you basically put together my comments and selling as your own. Nice play.
– lependu
Nov 13 at 15:11
You have misunderstood me and I appreciate your input. I have tried what you have suggested. Your suggestion did not work. I have mentioned your suggestion in the steps that did to resolve the issue.
– alljamin
Nov 13 at 20:22
|
show 1 more comment
npm had some issues with publication of new packages this week and the week before too. See this So I guess an npm cache clean -f
would help. If not, you can do nothing more, than wait.
Cleaning npm cache did not solve the problem. I have been facing this issue for a couple of weeks now so I am not sure if it really has something to do with the link you have mentioned.
– alljamin
Nov 12 at 3:04
Yeah, the first incedent report is from november 2. Do you reinstall node_modules too? Or maybe if gulp installed as global, you need to reinstall the global packages too.
– lependu
Nov 12 at 9:05
I've updated my question with more information
– alljamin
Nov 12 at 23:01
So you basically put together my comments and selling as your own. Nice play.
– lependu
Nov 13 at 15:11
You have misunderstood me and I appreciate your input. I have tried what you have suggested. Your suggestion did not work. I have mentioned your suggestion in the steps that did to resolve the issue.
– alljamin
Nov 13 at 20:22
|
show 1 more comment
npm had some issues with publication of new packages this week and the week before too. See this So I guess an npm cache clean -f
would help. If not, you can do nothing more, than wait.
npm had some issues with publication of new packages this week and the week before too. See this So I guess an npm cache clean -f
would help. If not, you can do nothing more, than wait.
answered Nov 11 at 10:25
lependu
669314
669314
Cleaning npm cache did not solve the problem. I have been facing this issue for a couple of weeks now so I am not sure if it really has something to do with the link you have mentioned.
– alljamin
Nov 12 at 3:04
Yeah, the first incedent report is from november 2. Do you reinstall node_modules too? Or maybe if gulp installed as global, you need to reinstall the global packages too.
– lependu
Nov 12 at 9:05
I've updated my question with more information
– alljamin
Nov 12 at 23:01
So you basically put together my comments and selling as your own. Nice play.
– lependu
Nov 13 at 15:11
You have misunderstood me and I appreciate your input. I have tried what you have suggested. Your suggestion did not work. I have mentioned your suggestion in the steps that did to resolve the issue.
– alljamin
Nov 13 at 20:22
|
show 1 more comment
Cleaning npm cache did not solve the problem. I have been facing this issue for a couple of weeks now so I am not sure if it really has something to do with the link you have mentioned.
– alljamin
Nov 12 at 3:04
Yeah, the first incedent report is from november 2. Do you reinstall node_modules too? Or maybe if gulp installed as global, you need to reinstall the global packages too.
– lependu
Nov 12 at 9:05
I've updated my question with more information
– alljamin
Nov 12 at 23:01
So you basically put together my comments and selling as your own. Nice play.
– lependu
Nov 13 at 15:11
You have misunderstood me and I appreciate your input. I have tried what you have suggested. Your suggestion did not work. I have mentioned your suggestion in the steps that did to resolve the issue.
– alljamin
Nov 13 at 20:22
Cleaning npm cache did not solve the problem. I have been facing this issue for a couple of weeks now so I am not sure if it really has something to do with the link you have mentioned.
– alljamin
Nov 12 at 3:04
Cleaning npm cache did not solve the problem. I have been facing this issue for a couple of weeks now so I am not sure if it really has something to do with the link you have mentioned.
– alljamin
Nov 12 at 3:04
Yeah, the first incedent report is from november 2. Do you reinstall node_modules too? Or maybe if gulp installed as global, you need to reinstall the global packages too.
– lependu
Nov 12 at 9:05
Yeah, the first incedent report is from november 2. Do you reinstall node_modules too? Or maybe if gulp installed as global, you need to reinstall the global packages too.
– lependu
Nov 12 at 9:05
I've updated my question with more information
– alljamin
Nov 12 at 23:01
I've updated my question with more information
– alljamin
Nov 12 at 23:01
So you basically put together my comments and selling as your own. Nice play.
– lependu
Nov 13 at 15:11
So you basically put together my comments and selling as your own. Nice play.
– lependu
Nov 13 at 15:11
You have misunderstood me and I appreciate your input. I have tried what you have suggested. Your suggestion did not work. I have mentioned your suggestion in the steps that did to resolve the issue.
– alljamin
Nov 13 at 20:22
You have misunderstood me and I appreciate your input. I have tried what you have suggested. Your suggestion did not work. I have mentioned your suggestion in the steps that did to resolve the issue.
– alljamin
Nov 13 at 20:22
|
show 1 more comment
Thanks for contributing an answer to Stack Overflow!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fstackoverflow.com%2fquestions%2f53247774%2fgulp-4-0-0-shows-npm-outdated%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