-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jenkins] try to fix Windows build issue
+ ts-node scripts/patch-workspaces.ts C:\Users\genie.theia\AppData\Roaming\npm\node_modules\ts-node\src\index.ts:859 return new TSError(diagnosticText, diagnosticCodes, diagnostics); ^ TSError: ⨯ Unable to compile TypeScript: scripts/patch-workspaces.ts(16,21): error TS2307: Cannot find module 'fs' or its corresponding type declarations. scripts/patch-workspaces.ts(17,23): error TS2307: Cannot find module 'path' or its corresponding type declarations. Signed-off-by: Marc Dumais <[email protected]>
- Loading branch information
1 parent
8e1826d
commit 2fffaaf
Showing
2 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters