Skip to content

Conversation

sithmel
Copy link

@sithmel sithmel commented Aug 30, 2018

No description provided.

@sithmel
Copy link
Author

sithmel commented Aug 30, 2018

cc @conartist6

KalleV added a commit to LabShare-Archive/services-auth that referenced this pull request Aug 30, 2018
mnkhouri added a commit to depcheck/depcheck that referenced this pull request Sep 3, 2018
CI is currently using npm@3 in AppVeyor, and npm@3 in Travis's Node v6 env
(because npm@3 is bundled with Node v6).

This has caused an issue in CI, because ["[email protected]" was installed](https://ci.appveyor.com/project/lijunle/depcheck/build/519/job/5c7qv724u4hqtoh4#L447)
and broke builds [due to this issue](brianc/node-deprecate#7), even though "[email protected]" is
specified in our package-lock.json.

npm@5 is the first version that uses package-lock.json by default, but I think
there's no harm in just using npm@6.
@xcaptain
Copy link

xcaptain commented Sep 6, 2018

I think the root cause is in #6, in this pr, the signature of deprecate function changed, the old version of deprecate just take 1 argument but the new needs 2 which makes nodejs terminate.

mnkhouri added a commit to depcheck/depcheck that referenced this pull request Sep 8, 2018
CI is currently using npm@3 in AppVeyor, and npm@3 in Travis's Node v6 env
(because npm@3 is bundled with Node v6).

This has caused an issue in CI, because ["[email protected]" was installed](https://ci.appveyor.com/project/lijunle/depcheck/build/519/job/5c7qv724u4hqtoh4#L447)
and broke builds [due to this issue](brianc/node-deprecate#7), even though "[email protected]" is
specified in our package-lock.json.

npm@5 is the first version that uses package-lock.json by default, but I think
there's no harm in just using npm@6.
SpringStar-dev added a commit to SpringStar-dev/depcheck that referenced this pull request Aug 29, 2025
CI is currently using npm@3 in AppVeyor, and npm@3 in Travis's Node v6 env
(because npm@3 is bundled with Node v6).

This has caused an issue in CI, because ["[email protected]" was installed](https://ci.appveyor.com/project/lijunle/depcheck/build/519/job/5c7qv724u4hqtoh4#L447)
and broke builds [due to this issue](brianc/node-deprecate#7), even though "[email protected]" is
specified in our package-lock.json.

npm@5 is the first version that uses package-lock.json by default, but I think
there's no harm in just using npm@6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants