Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-01test: add lib/utils/error-handler.js testsRuy Adorno
2020-08-25Remove reliance on the _exit pseudo-config in error handlerisaacs
2020-08-07Direct users to our GitHub issues instead of npm.communityisaacs
2020-08-07new npm-specific update-notifier implementationisaacs
2020-07-29lint the lib folderisaacs
2020-07-29code style cleanup in error-handler utilisaacs
2020-07-29remove reference to npm.rollbacks listisaacs
2020-05-08show stdout/stderr output for failed scriptsisaacs
2020-02-25fix: check `npm.config` before accessing its membersKyle Getz
2019-08-02Handle unhandledRejections, help with cache eaccesisaacs
2019-07-17add a util for writing arbitrary files to cacheisaacs
2018-12-11utils: check npm.config existence in error-handler.js (#108)Beni von Cheni
2018-06-01errors: direct people to npm.community instead of github (#20855)Kat Marchán
2018-03-23standardizeRebecca Turner
2017-08-23fstream@REMOVERebecca Turner
2017-06-27error-handler: write an empty str and wait for flush to exitKat Marchán
2017-05-27error-handler: remove unused argument (#16757)薛定谔的猫
2017-05-26error-handler: force an exit instead of waiting for tasksKat Marchán
2017-05-26install: Replace post install module list with summary reportRebecca Turner
2017-04-15npm: Add timing diagnostics on --loglevel=timingRebecca Turner
2017-02-24error-handler: Write logs for cb() never calledRebecca Turner
2017-02-24error-handler: Make error output less verboseRebecca Turner
2017-02-24error-message: Stop encouraging users to always visit the issue tracker.Rebecca Turner
2017-01-25npm: Put the npm-debug logs in the cache folder, not cwd.isaacs
2016-12-13metrics: Record and report success metricsRebecca Turner
2016-10-21error-handler: log out exit code at verbose levelKat Marchán
2016-05-04src: bring code up to standard@6 compatibilityForrest L Norvell
2015-12-12src: Make fs-write-stream-atomic consistently referred to as writeStreamAtomicRebecca Turner
2015-11-20error-handler: extract message generationRebecca Turner
2015-10-22error-handler: Encourage users to update node & npm before contacting package...Forbes Lindesay
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-08-28error-handler: improve EISDIR error messageKenan Yildirim
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Get rid of extraneous commented out codeRebecca Turner
2015-06-26Add multi-stage installerRebecca Turner
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-05-20error-handler: specific details for invalid namesthefourtheye
2015-03-02error-handler: update support url to https from httpDaijiro Wachi
2015-03-02error-handler: FreeBSD does EAI_FAIL,not ENOTFOUNDForrest L Norvell
2015-02-27error-handler: added er.parent to ETARGET errorDav Glass
2014-11-07include command in spawn errors (fixes #3908)smikes
2014-09-28style tweaksForrest L Norvell
2014-09-26Ensure that npm-debug.log file is created when rollbacks are doneisaacs
2014-09-20Make all write streams atomicisaacs
2014-09-13Defer rollbacks to end of install.isaacs
2014-09-13style tweaks & dead variable removalForrest L Norvell
2014-09-12consistently use double quotesForrest L Norvell
2014-09-12tweak output formatting for consistencyForrest L Norvell
2014-09-12Error output cleanupisaacs
2014-06-25Remove spurious `er.code =` assignments.Domenic Denicola