create-react-app Failing to create a new React app in MACos

I have problem using npx create-react-app but i have the pproblem below. I have tried using npm cache clean –force and then npx but the problem persist… Any suggestions?? i have tried using different nodes versions

npx: installed 67 in 4.058s

Creating a new React app in /Users/nestorvargas/Documents/React/myfirstreactapp.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template…

npm ERR! cb.apply is not a function

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/nestorvargas/.npm/_logs/2022-06-26T02_40_25_044Z-debug.log

Aborting installation.
npm install –no-audit –save –save-exact –loglevel error react react-dom react-scripts cra-template has failed.

Deleting generated file… package.json
Deleting myfirstreactapp/ from /Users/nestorvargas/Documents/React
Done.