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
step 0: config PORT=3000
step 1: npm install
step 2: run gen
step 3: npm run start:dev
got error
Debugger attached.
(node:7791) 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/blob/master/README.md#upgrading-from-v3x-of-this-module for more information.
The text was updated successfully, but these errors were encountered:
On Wed, Jan 20, 2021 at 20:03 Kyle Truong ***@***.***> wrote:
step 0: config PORT=3000
step 1: npm install
step 2: run gen
step 3: npm run start:dev
got error
Debugger attached.
(node:7791) DeprecationWarning: Deep requiring like const uuidv4 =
require('uuid/v4'); is deprecated as of ***@***.*** 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/blob/master/README.md#upgrading-from-v3x-of-this-module
for more information.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#279>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AILGQ56V4GH27GRCHYLNR2LS23ICFANCNFSM4WKUUGUQ>
.
step 0: config PORT=3000
step 1: npm install
step 2: run gen
step 3: npm run start:dev
got error
Debugger attached.
(node:7791) 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/blob/master/README.md#upgrading-from-v3x-of-this-module for more information.The text was updated successfully, but these errors were encountered: