Skip to content

Commit

Permalink
disable NodeJS ExperimentalWarning on npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 30, 2024
1 parent b72ae49 commit dfc45d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zxi.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const DIR = dirname(FILE);
$.verbose = true;

if (await pathExists(`${ DIR }/package.json`)) {
await $({ cwd: DIR })`npm install \
await $({ cwd: DIR })`NODE_NO_WARNINGS=1 npm install \
--no-audit \
--no-fund \
--lockfile-version=3 \
Expand Down

0 comments on commit dfc45d9

Please sign in to comment.