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
Need to install the following packages:
ts-node@10.9.1
Ok to proceed? (y)
Once (2) is mitigated, the same initialization command fails with the following error, presumably because of a missing install step, e.g. yarn install:
Error: Cannot find module '@graphy/content.trig.write'
Require stack:
- /.../mms5-layer1-service/deploy/src/main.ts
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._resolveFilename.sharedData.moduleResolveFilenameHook.installedValue [as _resolveFilename] (/.../.npm/_npx/1bf7c3c15bf47d04/node_modules/@cspotcode/source-map-support/source-map-support.js:811:30)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/.../mms5-layer1-service/deploy/src/main.ts:2:1)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Module.m._compile (/.../.npm/_npx/1bf7c3c15bf47d04/node_modules/ts-node/src/index.ts:1618:23)
at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Object.require.extensions.<computed> [as .ts] (/.../.npm/_npx/1bf7c3c15bf47d04/node_modules/ts-node/src/index.ts:1621:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/.../mms5-layer1-service/deploy/src/main.ts' ]
}
src/test/resources/docker-compose.yml
usesstore-service
instead oflayer1-service
- https://github.com/Open-MBEE/mms5-layer1-service/blob/76d00e4c022a0d72618b9d6f76d26940555631b4/src/test/resources/docker-compose.yml#L27 and contains unneeded/undocumented dependencies like minio.src/test/resources/cluster.trig
isyarn install
:The text was updated successfully, but these errors were encountered: