-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a2a821
commit e1fce71
Showing
1 changed file
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
npm warn exec The following package was not found and will be installed: [email protected] | ||
/home/runner/.npm/_npx/1bf7c3c15bf47d04/node_modules/ts-node/src/index.ts:859 | ||
return new TSError(diagnosticText, diagnosticCodes, diagnostics); | ||
^ | ||
TSError: ⨯ Unable to compile TypeScript: | ||
sdk_load_test/load_create_ip_with_existing_collection.ts(6,21): error TS2307: Cannot find module 'fs' or its corresponding type declarations. | ||
sdk_load_test/load_create_ip_with_existing_collection.ts(7,23): error TS2307: Cannot find module 'path' or its corresponding type declarations. | ||
|
||
at createTSError (/home/runner/.npm/_npx/1bf7c3c15bf47d04/node_modules/ts-node/src/index.ts:859:12) | ||
at reportTSError (/home/runner/.npm/_npx/1bf7c3c15bf47d04/node_modules/ts-node/src/index.ts:863:19) | ||
at getOutput (/home/runner/.npm/_npx/1bf7c3c15bf47d04/node_modules/ts-node/src/index.ts:1077:36) | ||
at Object.compile (/home/runner/.npm/_npx/1bf7c3c15bf47d04/node_modules/ts-node/src/index.ts:1433:41) | ||
at Module.m._compile (/home/runner/.npm/_npx/1bf7c3c15bf47d04/node_modules/ts-node/src/index.ts:1617:30) | ||
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10) | ||
at Object.require.extensions.<computed> [as .ts] (/home/runner/.npm/_npx/1bf7c3c15bf47d04/node_modules/ts-node/src/index.ts:1621:12) | ||
at Module.load (node:internal/modules/cjs/loader:1203:32) | ||
at Function.Module._load (node:internal/modules/cjs/loader:1019:12) | ||
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) { | ||
diagnosticCodes: [ 2307, 2307 ] | ||
} |