You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:19640) DeprecationWarning: Deep requiring like const uuidv4 = require('uuid/v4'); is deprecated as of uuid@7.x. Please require the top-level module when using the Node.js CommonJS module or use ECMAScript Modules when bundling for the browser. See https://github.com/uuidjs/uuid#deep-requires-now-deprecated for more information.
Steps to reproduce the problem
pos-cli gui serve <env>
Version
pos-cli: 4.4.13
node: 12.16.2
os: Windows 10
The text was updated successfully, but these errors were encountered:
Seeing a deprecation warning in terminal logs ->
(node:19640) DeprecationWarning: Deep requiring like
const uuidv4 = require('uuid/v4');
is deprecated as of uuid@7.x. Please require the top-level module when using the Node.js CommonJS module or use ECMAScript Modules when bundling for the browser. See https://github.com/uuidjs/uuid#deep-requires-now-deprecated for more information.Steps to reproduce the problem
pos-cli gui serve <env>
Version
The text was updated successfully, but these errors were encountered: