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
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run npm audit for details.
$ gulp
ReferenceError: primordials is not defined
at fs.js:47:5
at req_ (D:\html\dash-ui\dash-ui\node_modules\natives\index.js:143:24)
at Object.req [as require] (D:\html\dash-ui\dash-ui\node_modules\natives\index.js:55:10)
at Object. (D:\html\dash-ui\dash-ui\node_modules\vinyl-fs\node_modules\graceful-fs\fs.js:1:37)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
The text was updated successfully, but these errors were encountered:
$ npm install --package-lock-only
$ npm audit fix --force
$ npm install
up to date, audited 873 packages in 10s
55 packages are looking for funding
run
npm fund
for details15 vulnerabilities (1 moderate, 8 high, 6 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run
npm audit
for details.$ gulp
ReferenceError: primordials is not defined
at fs.js:47:5
at req_ (D:\html\dash-ui\dash-ui\node_modules\natives\index.js:143:24)
at Object.req [as require] (D:\html\dash-ui\dash-ui\node_modules\natives\index.js:55:10)
at Object. (D:\html\dash-ui\dash-ui\node_modules\vinyl-fs\node_modules\graceful-fs\fs.js:1:37)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
The text was updated successfully, but these errors were encountered: