Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add *kerberos* dep even though we don't use it #834

Merged
merged 1 commit into from
Nov 19, 2015

Conversation

Martii
Copy link
Member

@Martii Martii commented Nov 19, 2015

  • This removes the warning/error on npm install

Ref:

Applies to #832

Closes jdesboeufs/connect-mongo#203 (not sure if this will close automatically but need the reference anyhow)


Additional refs:

NOTE TO SELF:

  • Add all develeopment files for gss

* This removes the warning/error on `npm install`

Ref:
* https://github.com/mongodb/node-mongodb-native/blob/2db9984f5972ff1916f46f1aab025373444aa39d/README.md#diagnosing-on-unix ... not quite what I was expecting but will still need followup when we get to *node*@6.x LTS

Applies to OpenUserJS#832 and may need further mitigation on *node* LTS upgrade next year.

Closes jdesboeufs/connect-mongo#203 *(not sure if this will close automatically but need the reference anyhow)*
@Martii Martii added bug You've guessed it... this means a bug is reported. migration Use this to indicate that it may apply to an existing or announced migration. CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. needs mitigation Needs additional followup. labels Nov 19, 2015
Martii added a commit that referenced this pull request Nov 19, 2015
Add *kerberos* dep even though we don't use it

Auto-merge
@Martii Martii merged commit 307fc61 into OpenUserJS:master Nov 19, 2015
@Martii Martii deleted the addKerberosDep branch November 19, 2015 07:44
@Martii
Copy link
Member Author

Martii commented Nov 19, 2015

Hmmm that did work on closing a remote issue... kewl. :)

Martii pushed a commit to Martii/OpenUserJS.org that referenced this pull request Nov 19, 2015
* While this still seems hacky with MongoDB support backend structures we can possibly minimize the impact here for future top-level "dep hell" by making this optional... too bad [`peerDependencies`](https://docs.npmjs.com/files/package.json#peerdependencies) with *npm*@3.x made a change where it does **not** download it... seems like they ought to make a new property name in *npm* to handle this situation.

Post fix for OpenUserJS#834
@Martii Martii removed the needs mitigation Needs additional followup. label Nov 19, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug You've guessed it... this means a bug is reported. CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. migration Use this to indicate that it may apply to an existing or announced migration.
Development

Successfully merging this pull request may close these issues.

npm WARN EPEERINVALID mongodb-core@1.2.21 requires a peer of kerberos@~0.0 but none was installed.
1 participant