You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the error below when trying to build on a new, clean repository, I tried searching on the internet but I didn't find anything about the problem.
What i missed?
data-dictionary:build:packages: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
data-dictionary:build:packages: Error: command finished with error: exit status 1
node:child_process:924
throw err;
^
Error: Command failed: D:\exevopan\exevo-pan\node_modules\turbo-windows-64\turbo.exe run build:packages --include-dependencies --no-deps
at checkExecSyncError (node:child_process:885:11)
at Object.execFileSync (node:child_process:921:15)
at Object. (D:\exevopan\exevo-pan\node_modules\turbo\bin\turbo:5:26)
at Module._compile (node:internal/modules/cjs/loader:1254:14)
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 Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47 {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 15096,
stdout: null,
stderr: null
}
The text was updated successfully, but these errors were encountered:
I'm getting the error below when trying to build on a new, clean repository, I tried searching on the internet but I didn't find anything about the problem.
What i missed?
data-dictionary:build:packages: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
data-dictionary:build:packages: Error: command finished with error: exit status 1
node:child_process:924
throw err;
^
Error: Command failed: D:\exevopan\exevo-pan\node_modules\turbo-windows-64\turbo.exe run build:packages --include-dependencies --no-deps
at checkExecSyncError (node:child_process:885:11)
at Object.execFileSync (node:child_process:921:15)
at Object. (D:\exevopan\exevo-pan\node_modules\turbo\bin\turbo:5:26)
at Module._compile (node:internal/modules/cjs/loader:1254:14)
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 Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47 {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 15096,
stdout: null,
stderr: null
}
The text was updated successfully, but these errors were encountered: