- List item
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli ‘/usr/bin/node’,
1 verbose cli ‘/usr/local/lib/node_modules/npx/node_modules/npm/bin/npm-cli.js’,
1 verbose cli ‘install’,
1 verbose cli ‘create-expo-app@latest’,
1 verbose cli ‘–global’,
1 verbose cli ‘–prefix’,
1 verbose cli ‘/home/bluebird/.npm/_npx/855006’,
1 verbose cli ‘–loglevel’,
1 verbose cli ‘error’,
1 verbose cli ‘–json’
1 verbose cli ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session 5cdeac8c69f0088a
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 http fetch GET 304 https://registry.npmjs.org/create-expo-app 1283ms (from cache)
8 silly pacote tag manifest for create-expo-app@latest fetched in 1310ms
9 verbose stack TypeError: cb.apply is not a function
9 verbose stack at /usr/local/lib/node_modules/npx/node_modules/npm/node_modules/graceful-fs/polyfills.js:287:18
9 verbose stack at FSReqCallback.oncomplete (node:fs:200:5)
10 verbose cwd /home/bluebird/Projet
11 verbose Linux 6.11.0-9-generic
12 verbose argv “/usr/bin/node” “/usr/local/lib/node_modules/npx/node_modules/npm/bin/npm-cli.js” “install” “create-expo-app@latest” “–global” “–prefix” “/home/bluebird/.npm/_npx/855006” “–loglevel” “error” “–json”
13 verbose node v23.4.0
14 verbose npm v5.1.0
15 error cb.apply is not a function
16 verbose exit [ 1, true ]
I’m trying to create an react native app but, it show me the flowing message ‘npm ERR! cb.apply is not a function’. this is my log message !
Abou Abdou Ismail is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1