-
### Bug Report or Feature Request (mark with an `x`)
```
- [ x ] bug report -> please search issues before submitting
- [ ] feature request
```
### Versions.
_ _ …
-
I restarted VSCode and since then I've been getting the following error:
```
Error: Cannot find module 'is-utf8'
at Function.Module._resolveFilename (module.js:543:15)
at Function.Module…
-
-
I am seeing an error during the provisioning stage for task name 'install node packages'.
> "**stderr**": "npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to \"coffeescript\…
-
`
**Current behavior**
ng build
ng build --aot
ng build --prod
ng build --prod --aot
can not build successfully;
**Expected behavior**
i can ng serve to running in local;
…
-
support new version of log4js library
I open an issue to track here https://github.com/log4js-node/log4js-node/issues/805
-
Based on this: http://godong9.github.io/solr-node/docs/Client.html
We are creating a new client in this manner:
```
const client = new SolrNode({
host: process.env.SOLR_SERVICE_SERVICE_HOS…
-
Syntax for config objects and the the interface for custom appenders has changed since v2. Functions to programmatically modify the config have also been removed. See https://log4js-node.github.io/log…
-
According to the docs: https://log4js-node.github.io/log4js-node/api.html
```
If you define a level with the same name as a default level, then the integer value in the config takes precedence.
``…
-
in lib/log4js.js, this:
`const defaultConfig = {
appenders: {
stdout: { type: 'stdout' }
},
categories: {
default: { appenders: ['stdout'], level: 'OFF' }
}
};
`
Causes the e…