-
```
karma start test/e2e/basic/karma.conf.js --log-level
/Users/vojta/Code/karma/node_modules/log4js/lib/logger.js:56
return this.level.isLessThanOrEqualTo(otherLevel);
^
Ty…
-
See https://github.com/log4js-node/log4js-api
-
Figured this a bit different to the issue discussed in https://github.com/log4js-node/log4js-node/issues/822
-
pomelo start 报错:TypeError: Cannot call method 'bind' of undefined
看了下是因为
game-server/node_modules/pomelo/node_modules/pomelo-logger/node_modules/log4js/lib/log4js.js
function loadAppender(appender) {…
-
Right now in npm or yarn it's impossible to ignore packages.
This makes it very difficult to package small ```node_modules``` folder.
Let me explain:
In my apps i use many packages, some for whic…
-
Dependencies and their chain, dependency with issue in bold
* [x] `circular-json` ->
* [x] `flat-entry-cache` -> **`eslint`** -> `videojs-standard`: see https://github.com/eslint/eslint/issues/112…
-
I get the following error when trying to run the code with the example.json file.
SyntaxError: Unexpected end of JSON input
at Object.parse (native)
at loadConfigurationFile (S:\SRC\Misce…
-
Migrating from native "amqplib": "^0.5.2" to log4js.
Getting error on the connection socket.
We have ssl enabled and process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
```
ERR { Error: Socket clo…
-
// logger.ts
import * as log4js from "log4js";
log4js.configure({
appenders: { cheese: { type: "file", filename: "cheese.log" } },
categories: { default: { appenders: ["cheese"], level: "err…
-
Node Version:
```
node --version
v0.7.10-pre
```
NPM install info:
```
$ sudo npm install -g audit_couchdb
audit_couchdb@0.3.1 /usr/local/lib/node_modules/audit_couchdb
├── defaultable@0.5.0
├── op…