Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
node-yarnpkg
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian JavaScript Maintainers
node-yarnpkg
Commits
c122f5c2
Commit
c122f5c2
authored
4 years ago
by
Akshay S Dinesh
Browse files
Options
Downloads
Patches
Plain Diff
Remove erroring update message function
parent
8d643d1a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Reimplement transform commonjs and make it lazy load
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/15-remove-update-message.diff
+25
-0
25 additions, 0 deletions
debian/patches/15-remove-update-message.diff
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
26 additions
and
0 deletions
debian/patches/15-remove-update-message.diff
0 → 100644
+
25
−
0
View file @
c122f5c2
Description: Remove unnecessary message to update yarn
which was also causing error
Forwarded: not-needed
Author: Akshay S Dinesh <akshay@learnlearn.in>
Index: node-yarnpkg/src/cli/commands/install.js
===================================================================
--- node-yarnpkg.orig/src/cli/commands/install.js
+++ node-yarnpkg/src/cli/commands/install.js
@@ -735,7 +735,6 @@
export class Install {
if (auditFoundProblems) {
this.reporter.warn(this.reporter.lang('auditRunAuditForDetails'));
}
- this.maybeOutputUpdate();
return flattenedTopLevelPatterns;
}
}
@@ -749,7 +748,6 @@
export class Install {
}
await this.saveLockfileAndIntegrity(topLevelPatterns, workspaceLayout);
await this.persistChanges();
- this.maybeOutputUpdate();
this.config.requestManager.clearCache();
return flattenedTopLevelPatterns;
}
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
c122f5c2
...
...
@@ -13,3 +13,4 @@
12-fileDependencies.map.diff
fix-for-schema-utils-3.diff
14-fix-babel-7.diff
15-remove-update-message.diff
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment