Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package-lock.json file was created with an old version of npm #25

Open
ariferol01 opened this issue Sep 1, 2023 · 0 comments
Open

package-lock.json file was created with an old version of npm #25

ariferol01 opened this issue Sep 1, 2023 · 0 comments

Comments

@ariferol01
Copy link

$ 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 details

15 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant