Skip to content

Commit

Permalink
deploy: 1a171d0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Sep 26, 2024
1 parent 0a2a821 commit e1fce71
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions load_test_out.log
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 ]
}

0 comments on commit e1fce71

Please sign in to comment.