Opened 7 years ago
Closed 7 years ago
#55531 closed update (fixed)
npm5 @5.5.1: update to 5.6.0
Reported by: | l2dy (Zero King) | Owned by: | light@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mohd-akram (Mohamed Akram) | |
Port: | npm5 |
Description
Attachments (2)
Change History (7)
comment:1 Changed 7 years ago by mohd-akram (Mohamed Akram)
Cc: | mohd-akram added |
---|
Changed 7 years ago by mmpestorich (Mike M Pestorich)
Attachment: | npm5.patch added |
---|
comment:2 follow-up: 3 Changed 7 years ago by mmpestorich (Mike M Pestorich)
comment:3 Changed 7 years ago by l2dy (Zero King)
Replying to mmpestorich:
Here's a patch that updates the version to 5.6.0 and modifies the macports specific patch to lib/update.js
This new patch would return with toInstall[key].what = []
if toInstall[key]
doesn't exist, while the original code will return with toInstall[key].what = [ww.what]
. Is this change intentional?
Changed 7 years ago by blair (Blair Zajac)
Attachment: | npm-try-2.patch added |
---|
comment:4 Changed 7 years ago by blair (Blair Zajac)
I added a patch that doesn't update toInstall at all. Can you review this? I can push this commit myself if you like.
comment:5 Changed 7 years ago by blair (Blair Zajac)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Here's a patch that updates the version to 5.6.0 and modifies the macports specific patch to lib/update.js