Igor Yudintsev
Igor Yudintsev
The template won't build on `npm start`, the error follows: ``` /home/osboxes/test/node_modules/webpack-cli/bin/config-yargs.js:89 describe: optionsSchema.definitions.output.properties.path.description, ^ TypeError: Cannot read property 'properties' of undefined at module.exports (/home/osboxes/test/node_modules/webpack-cli/bin/config-yargs.js:89:48) at /home/osboxes/test/node_modules/webpack-cli/bin/webpack.js:60:27 at Object. (/home/osboxes/test/node_modules/webpack-cli/bin/webpack.js:515:3)...
Details: https://app.snyk.io/test/npm/@webauthn/server/0.1.3
The project declares compatibility with Node.js v12.20.0 although it imports `fs/promises` module in `core/network/client.ts` which is unavailable in v12 (the promisified functions are provided with `const fs = require('fs').promises` instead).
A bot running on Node.js v12.22 prints the following warning in console after sending a few messages: ``` MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]....