Unexpected token '&&=' while npm install

npm install

[email protected] postinstall D:\tguard
cpy --flat ./node_modules/framework7-icons/fonts/. ./www/fonts/ && cpy --flat ./node_modules/material-icons/iconfont/. ./www/fonts/ && cpy --flat ./node_modules/framework7/.js ./www/framework7 && cpy --flat ./node_modules/framework7/.css ./www/framework7 && cpy --flat ./node_modules/framework7/*.map ./www/framework7

file:///D:/tguard/node_modules/meow/source/index.js:34
description &&= help ? \n ${description}\n : \n${description};
^^^

SyntaxError: Unexpected token ‘&&=’
at Loader.moduleStrategy (internal/modules/esm/translators.js:141:18)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: cpy --flat ./node_modules/framework7-icons/fonts/*.* ./www/fonts/ && cpy --flat ./node_modules/material-icons/iconfont/*.* ./www/fonts/ && cpy --flat ./node_modules/framework7/*.js ./www/framework7 && cpy --flat ./node_modules/framework7/*.css ./www/framework7 && cpy --flat ./node_modules/framework7/*.map ./www/framework7
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\ADMIN\AppData\Roaming\npm-cache_logs\2023-06-29T06_27_55_328Z-debug.log

NPM version: 6.14.8
Node version: v14.15.0
Source created via framework7 create command

Paste bin link of log

Solved it
node -v
v14.15.0

nvm ls
nvm use 16.14.0

Needed later Node version