In Node version 14 and later, the following error occurs:
DeprecationWarning: Invalid 'main' field in '[]/node_modules/user-settings/package.json' of 'dots.js'. Please either fix that or report it to the module author
The main field should contain index.js, instead it is set to dots.js, which doesn't exist.
A temporary fix is to downgrade to node@14.0.0
In Node version 14 and later, the following error occurs:
DeprecationWarning: Invalid 'main' field in '[]/node_modules/user-settings/package.json' of 'dots.js'. Please either fix that or report it to the module authorThe main field should contain
index.js, instead it is set todots.js, which doesn't exist.A temporary fix is to downgrade to
node@14.0.0