webdiscus
webdiscus
Hello @jyoon006, > /Users/jyoon/.nvm/versions/node/v10.23.3/lib/node_modules/pm2/constants.js:10:14 You're using Node.js v10, which is outdated. PM2 `6.0.6` requires Node.js 16 or late: [package.json](https://github.com/Unitech/pm2/blob/e71120a5172e87f509563f2542942458b115783a/package.json#L6) ```json "engines": { "node": ">=16.0.0" }, ``` Upgrade to Node.js 16...
@jyoon006, @see365, @NurlanH Version 6.0.8 fixes compatibility with Node.js 10+
Hello @0xJWLabs, I'm the author of [ansis](https://github.com/webdiscus/ansis). In the #354 PR I have added the support for hex code to allow using a truecolor in a table. The proposal for...
Ansis works on Node.js since `14.0`. Do we need to support legacy versions of Node.js `10.x` and `12.x`? If yes, then no problem, I can add support for `10.x` and...
@jakezatecky Thanks for the issue, I will research the problem and try to find a solution. Probably ESlint can't handle some tricky code in the plugin.
@jakezatecky The plugin itself works fine. The problem is in your `eslint.config.js` setup. ## Problem 1 > "Maximum call stack size exceeded" issue **Solution** Provide the path to Webpack config...
@jakezatecky This is not an issue in the plugin, but a limitation in eslint-plugin-import's Webpack resolver. The circular reference problem occurs because the resolver performs a deep recursive hash of...
@jeremyschlatter this PR #5986 fixes the incompatibility with Node.js
**Warning:** don't update only `package.json` to major v4, because the new version contains only `gray` color name. The very rarely used alias `grey` was removed as duplicate to keep clean...