Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 82ab000

Browse files
committed
npm i after credential check
1 parent 840d1ed commit 82ab000

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

create-service/npm.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,11 @@ const publish = async (silent = true) => {
5656
async function checkRcFile() {
5757
let creds = {};
5858
if (!fs.existsSync(path.resolve(process.cwd(), '.npmrc'))) {
59-
console.info(chalk.yellow(` Configure Service Account Credentials
59+
console.info(chalk.yellow(`\n Configure Service Account Credentials
6060
`));
6161
creds = await prompt.credentialPrompt();
6262
generateRcFile(creds);
63-
const command = chalk.green('create-service');
64-
console.info(`\n Your credentials have been saved to ./npmrc but the installation is not complete.
65-
Please run ${command} again to apply your credentials.`);
66-
shell.exit(0);
63+
console.info(`\n Your credentials have been saved to ./npmrc`);
6764
}
6865
return Promise.resolve(0)
6966
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy