This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
v3.13.0
In v3.12.x we made some change to how we did logging. Namely we adopted npmlog
, which is used by npm itself. This has caused a variety off issues we have not been able to reliably address. As such v3.13.0 undoes this change. Thanks too all the patient folks who helps up debug our logging issues.
Fixes
- Use
console.log
andconsole.error
for logging (@xzyfer)
Supported Environments
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6,7 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Linux | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
FreeBSD | i386 & amd64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6 |
*Linux support refers to Ubuntu, Debian, and CentOS 5