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
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
The following errors appear while building:
src/app.ts(12,5): error TS2305: Module '"D:/PROJECTS/Altspace/Apps/mre-blackjack/node_modules/@microsoft/mixed-reality-extension-sdk/built/index"' has no exported member 'AssetContainer'.
src/app.ts(436,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
Property '_context' is missing in type 'ForwardPromise'.
src/app.ts(452,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(473,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(495,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(519,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(543,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(567,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(574,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(642,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(683,38): error TS2345: Argument of type 'ForwardPromise' is not assignable to parameter of type 'Actor'.
src/app.ts(714,41): error TS2345: Argument of type 'ForwardPromise' is not assignable to parameter of type 'Actor'.
src/app.ts(796,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/server.ts(6,31): error TS2305: Module '"D:/PROJECTS/Altspace/Apps/mre-blackjack/node_modules/@microsoft/mixed-reality-extension-sdk/built/index"' has no exported member 'AssetContainer'.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: tsc --build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\DEX\AppData\Roaming\npm-cache_logs\2020-05-12T15_16_20_472Z-debug.log
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following errors appear while building:
src/app.ts(12,5): error TS2305: Module '"D:/PROJECTS/Altspace/Apps/mre-blackjack/node_modules/@microsoft/mixed-reality-extension-sdk/built/index"' has no exported member 'AssetContainer'.
src/app.ts(436,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
Property '_context' is missing in type 'ForwardPromise'.
src/app.ts(452,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(473,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(495,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(519,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(543,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(567,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(574,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(642,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/app.ts(683,38): error TS2345: Argument of type 'ForwardPromise' is not assignable to parameter of type 'Actor'.
src/app.ts(714,41): error TS2345: Argument of type 'ForwardPromise' is not assignable to parameter of type 'Actor'.
src/app.ts(796,9): error TS2322: Type 'ForwardPromise' is not assignable to type 'Actor'.
src/server.ts(6,31): error TS2305: Module '"D:/PROJECTS/Altspace/Apps/mre-blackjack/node_modules/@microsoft/mixed-reality-extension-sdk/built/index"' has no exported member 'AssetContainer'.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build:
tsc --build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\DEX\AppData\Roaming\npm-cache_logs\2020-05-12T15_16_20_472Z-debug.log
The text was updated successfully, but these errors were encountered: