mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
dont exist with an error since it errored npx usage as well, which is the mode that ensure proper logging on latest npm version
This commit is contained in:
@@ -57,7 +57,7 @@ if (!isInstalledGlobally) {
|
||||
console.error('Make sure you pass -g to npm install.');
|
||||
console.error('Aborting...');
|
||||
console.error('******************************************');
|
||||
process.exit(1);
|
||||
process.exit(0);
|
||||
}
|
||||
process.on('unhandledRejection', err => {
|
||||
throw err;
|
||||
|
||||
Reference in New Issue
Block a user