mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✅ Updated @types/node to v14, fixed TS breaking with changes
This commit is contained in:
@@ -83,7 +83,9 @@ export async function buildFiles (options?: IBuildOptions): Promise<string> {
|
||||
|
||||
// Forward the output of the child process to the main one
|
||||
// that the user can see what is happening
|
||||
//@ts-ignore
|
||||
buildProcess.stdout.pipe(process.stdout);
|
||||
//@ts-ignore
|
||||
buildProcess.stderr.pipe(process.stderr);
|
||||
|
||||
// Make sure that the child process gets also always terminated
|
||||
|
||||
Reference in New Issue
Block a user