wispy-oliveW
Refine3y ago
22 replies
wispy-olive

I can't seem to run npm install to create refine app

npm create refine-app@latest client
C:\Users\Admin\AppData\Local\npm-cache_npx\98c66fac912b1cba\node_modules\execa\node_modules\cross-spawn\lib\util\resolveCommand.js:29
pathExt: withoutPathExt ? path.de


SyntaxError: Unexpected end of input
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1176:20)
at Module._compile (node:internal/modules/cjs/loader:1218:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
at Module._load (node:internal/modules/cjs/loader:958:12)
at Module.require (node:internal/modules/cjs/loader:1141:19)
at require (node:internal/modules/cjs/helpers:110:18)
at Object.<anonymous> (C:\Users\Admin\AppData\Local\npm-cache_npx\98c66fac912b1cba\node_modules\execa\node_modules\cross-spawn\lib\parse.js:4:24)
at Module._compile (node:internal/modules/cjs/loader:1254:14)

Node.js v18.15.0
npm ERR! code 1
npm ERR! path C:\Users\Admin\Desktop\Property Management System
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c create-refine-app client

npm ERR! A complete log of this run can be found in: C:\Users\Admin\AppData\Local\npm-cache_logs\2023-04-10T10_06_17_865Z-debug-0.log
Was this page helpful?