Angular CLI - unable to create new project - error: 401 Unauthorized: core-js
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I am having a problem after brew upgrade; brew update.
Used to be able to create Angular project with CLI with: ng new my-app but today it is showing error:
npm ERR! code E401
npm ERR! 401 Unauthorized: core-js@^2.5.4
I am trying this in a brand new folder (or any folder). For test - used: /tmp/test/ folder.
My current installation for software/tools:
npm -v
6.1.0
node -v
v10.6.0
ng -v
Angular CLI: 6.1.3
node.js
add a comment |
I am having a problem after brew upgrade; brew update.
Used to be able to create Angular project with CLI with: ng new my-app but today it is showing error:
npm ERR! code E401
npm ERR! 401 Unauthorized: core-js@^2.5.4
I am trying this in a brand new folder (or any folder). For test - used: /tmp/test/ folder.
My current installation for software/tools:
npm -v
6.1.0
node -v
v10.6.0
ng -v
Angular CLI: 6.1.3
node.js
Please try uninstalling, clearing cache and reinstalling npm and angular-cli! It may solve your problem.
– alokstar
Nov 26 '18 at 18:30
what @alokstar said - I've never installednguntil literally just now so i was on fresh copy of ng@7.0.6, npm@6.4.x, node@11.2.0. so uninstallngand reinstall it via npm. It seems weird that it's giving you a 401 error b/c it seems to be trying to download thecore-jspackage that is behind some sort of authentication.
– hellatan
Nov 26 '18 at 18:53
@hellatan: yes, that was just to make sure everything is clean. unauthorized means you also might want to check the registry point for npm.
– alokstar
Nov 26 '18 at 18:55
Can someone please post the sequence of proper way to uninstall/clear cache of several tools mentioned? I tried few uninstall that found on goolge search but still no luck..
– Joe
Nov 26 '18 at 19:06
add a comment |
I am having a problem after brew upgrade; brew update.
Used to be able to create Angular project with CLI with: ng new my-app but today it is showing error:
npm ERR! code E401
npm ERR! 401 Unauthorized: core-js@^2.5.4
I am trying this in a brand new folder (or any folder). For test - used: /tmp/test/ folder.
My current installation for software/tools:
npm -v
6.1.0
node -v
v10.6.0
ng -v
Angular CLI: 6.1.3
node.js
I am having a problem after brew upgrade; brew update.
Used to be able to create Angular project with CLI with: ng new my-app but today it is showing error:
npm ERR! code E401
npm ERR! 401 Unauthorized: core-js@^2.5.4
I am trying this in a brand new folder (or any folder). For test - used: /tmp/test/ folder.
My current installation for software/tools:
npm -v
6.1.0
node -v
v10.6.0
ng -v
Angular CLI: 6.1.3
node.js
node.js
asked Nov 26 '18 at 18:24
JoeJoe
1,77931638
1,77931638
Please try uninstalling, clearing cache and reinstalling npm and angular-cli! It may solve your problem.
– alokstar
Nov 26 '18 at 18:30
what @alokstar said - I've never installednguntil literally just now so i was on fresh copy of ng@7.0.6, npm@6.4.x, node@11.2.0. so uninstallngand reinstall it via npm. It seems weird that it's giving you a 401 error b/c it seems to be trying to download thecore-jspackage that is behind some sort of authentication.
– hellatan
Nov 26 '18 at 18:53
@hellatan: yes, that was just to make sure everything is clean. unauthorized means you also might want to check the registry point for npm.
– alokstar
Nov 26 '18 at 18:55
Can someone please post the sequence of proper way to uninstall/clear cache of several tools mentioned? I tried few uninstall that found on goolge search but still no luck..
– Joe
Nov 26 '18 at 19:06
add a comment |
Please try uninstalling, clearing cache and reinstalling npm and angular-cli! It may solve your problem.
– alokstar
Nov 26 '18 at 18:30
what @alokstar said - I've never installednguntil literally just now so i was on fresh copy of ng@7.0.6, npm@6.4.x, node@11.2.0. so uninstallngand reinstall it via npm. It seems weird that it's giving you a 401 error b/c it seems to be trying to download thecore-jspackage that is behind some sort of authentication.
– hellatan
Nov 26 '18 at 18:53
@hellatan: yes, that was just to make sure everything is clean. unauthorized means you also might want to check the registry point for npm.
– alokstar
Nov 26 '18 at 18:55
Can someone please post the sequence of proper way to uninstall/clear cache of several tools mentioned? I tried few uninstall that found on goolge search but still no luck..
– Joe
Nov 26 '18 at 19:06
Please try uninstalling, clearing cache and reinstalling npm and angular-cli! It may solve your problem.
– alokstar
Nov 26 '18 at 18:30
Please try uninstalling, clearing cache and reinstalling npm and angular-cli! It may solve your problem.
– alokstar
Nov 26 '18 at 18:30
what @alokstar said - I've never installed
ng until literally just now so i was on fresh copy of ng@7.0.6, npm@6.4.x, node@11.2.0. so uninstall ng and reinstall it via npm. It seems weird that it's giving you a 401 error b/c it seems to be trying to download the core-js package that is behind some sort of authentication.– hellatan
Nov 26 '18 at 18:53
what @alokstar said - I've never installed
ng until literally just now so i was on fresh copy of ng@7.0.6, npm@6.4.x, node@11.2.0. so uninstall ng and reinstall it via npm. It seems weird that it's giving you a 401 error b/c it seems to be trying to download the core-js package that is behind some sort of authentication.– hellatan
Nov 26 '18 at 18:53
@hellatan: yes, that was just to make sure everything is clean. unauthorized means you also might want to check the registry point for npm.
– alokstar
Nov 26 '18 at 18:55
@hellatan: yes, that was just to make sure everything is clean. unauthorized means you also might want to check the registry point for npm.
– alokstar
Nov 26 '18 at 18:55
Can someone please post the sequence of proper way to uninstall/clear cache of several tools mentioned? I tried few uninstall that found on goolge search but still no luck..
– Joe
Nov 26 '18 at 19:06
Can someone please post the sequence of proper way to uninstall/clear cache of several tools mentioned? I tried few uninstall that found on goolge search but still no luck..
– Joe
Nov 26 '18 at 19:06
add a comment |
0
active
oldest
votes
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%2f53486968%2fangular-cli-unable-to-create-new-project-error-401-unauthorized-core-js%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
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.
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%2f53486968%2fangular-cli-unable-to-create-new-project-error-401-unauthorized-core-js%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
Please try uninstalling, clearing cache and reinstalling npm and angular-cli! It may solve your problem.
– alokstar
Nov 26 '18 at 18:30
what @alokstar said - I've never installed
nguntil literally just now so i was on fresh copy of ng@7.0.6, npm@6.4.x, node@11.2.0. so uninstallngand reinstall it via npm. It seems weird that it's giving you a 401 error b/c it seems to be trying to download thecore-jspackage that is behind some sort of authentication.– hellatan
Nov 26 '18 at 18:53
@hellatan: yes, that was just to make sure everything is clean. unauthorized means you also might want to check the registry point for npm.
– alokstar
Nov 26 '18 at 18:55
Can someone please post the sequence of proper way to uninstall/clear cache of several tools mentioned? I tried few uninstall that found on goolge search but still no luck..
– Joe
Nov 26 '18 at 19:06