Trying to run the kitchen sink example on Windows 11.
PS F:\Code\Learning\framework7-master> npm run svelte
> [email protected] svelte
> npm run svelte:dev && concurrently --kill-others "vite kitchen-sink/svelte" "npm run svelte:watch"
> [email protected] svelte:dev
> cross-env-shell NODE_ENV=development CORE_BUILD_ONLY_MODULES=true "gulp build-core && gulp build-svelte"
[09:05:17] Using gulpfile F:\Code\Learning\framework7-master\gulpfile.js
[09:05:17] Starting 'build-core'...
[09:05:17] Starting 'core-clean'...
'xargs' is not recognized as an internal or external command,
operable program or batch file.
[09:05:17] 'core-clean' errored after 24 ms
[09:05:17] Error: Shell command exit with non zero code: 255
at ChildProcess.<anonymous> (F:\Code\Learning\framework7-master\node_modules\exec-sh\lib\exec-sh.js:73:17)
at ChildProcess.emit (node:events:519:28)
at ChildProcess.emit (node:domain:551:15)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)
at Process.callbackTrampoline (node:internal/async_hooks:130:17)
[09:05:17] 'build-core' errored after 29 ms
node:events:497
throw er; // Unhandled 'error' event
^
Error: spawn gulp build-core && gulp build-svelte ENOENT
at notFoundError (F:\Code\Learning\framework7-master\node_modules\cross-spawn\lib\enoent.js:6:26)
at verifyENOENT (F:\Code\Learning\framework7-master\node_modules\cross-spawn\lib\enoent.js:40:16)
at cp.emit (F:\Code\Learning\framework7-master\node_modules\cross-spawn\lib\enoent.js:27:25)
at ChildProcess._handle.onexit (node:internal/child_process:294:12)
Emitted 'error' event on ChildProcess instance at:
at cp.emit (F:\Code\Learning\framework7-master\node_modules\cross-spawn\lib\enoent.js:30:37)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
code: 'ENOENT',
errno: 'ENOENT',
syscall: 'spawn gulp build-core && gulp build-svelte',
path: 'gulp build-core && gulp build-svelte',
spawnargs: []
}
Doesn’t mention Windows support in the docs anywhere that I can find. Not seeing a definite answer in similar forum questions.
Related Forum Posts