Skip to content
New issue

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

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

Already on GitHub? # to your account

winston doesn't support stable nodejs (version < 0.3) #1

Closed
shamrin opened this issue Jan 27, 2011 · 1 comment
Closed

winston doesn't support stable nodejs (version < 0.3) #1

shamrin opened this issue Jan 27, 2011 · 1 comment

Comments

@shamrin
Copy link

shamrin commented Jan 27, 2011

$ npm install winston
npm info it worked if it ends with ok
npm info using npm@0.2.12-1
npm info using node@v0.2.4
npm WARN Not supported on node@v0.2.4 winston
npm info fetch http://registry.npmjs.org/winston/-/winston-0.1.3.tgz
npm info calculating sha1 /tmp/npm-1296136112394/1296136113189-0.6086350905243307/tmp.tgz
npm info shasum 9bdf01f3b145dd72dc10a122c4ffd1031d686739
npm info calculating sha1 /home/ashamrin/local/lib/node/.npm/.cache/winston/0.1.3/package.tgz
npm info shasum 980a9b32d718a2e33ed8154a4db79d2b49924a9f
npm ERR! winston@0.1.3 not compatible with your version of node
npm ERR! Requires: node@>= 0.3.0
npm ERR! You have: node@v0.2.4
npm not ok

@indexzero
Copy link
Member

I think the whole "stable" vs. "unstable" thing is a matter of opinion. v0.3.1 is just as stable as 0.2.x. I'm not planning on supporting 0.2.x for a number of reasons, but will upgrade to "stable" 0.4.x when it comes out in the next couple of weeks.

Shouldn't be a very long wait. In the meantime, you can clone it and just change the package.json, and all the references to

   var util = require('util');

to

   var sys = require('sys');

and it should work fine.

jcrugzz pushed a commit that referenced this issue May 28, 2015
DABH added a commit that referenced this issue Jan 3, 2024
…#1)

* Bump rimraf from 3.0.2 to 5.0.5  (#2357)

* Bump rimraf from 3.0.2 to 5.0.5

Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 5.0.5.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v3.0.2...v5.0.5)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: rimraf is not a function

* fix: rimraf is not a function

* fix: rimraf is not a function

* fix: done() is not called on mocha hooks

* fix: done() invoked with non-Error

* fix: resolution method is overspecified

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @colors/colors packgae to 1.6.0 (#2353)

* Bump actions/checkout from 3 to 4 (#2346)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump split2 from 4.1.0 to 4.2.0 (#2336)

Bumps [split2](https://github.com/mcollina/split2) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/mcollina/split2/releases)
- [Commits](mcollina/split2@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: split2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 3.11.0

* Update dependencies

* Remove nonexistent Logger methods from types

* chore(README.md): adds documentation around coloring json formatted logs

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jack Nolddor <1280022+nolddor@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Halsall <james.t.halsall@googlemail.com>
Co-authored-by: DABH <DABH@users.noreply.github.com>
Co-authored-by: Phillip Huang <phillip@vanta.com>
Co-authored-by: Alejandro Campos <camposalejandrofabian@gmail.com>
This issue was closed.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants