SkyOffice icon indicating copy to clipboard operation
SkyOffice copied to clipboard

Error with npm start

Open supafoundation opened this issue 2 years ago • 1 comments

index.js:1 Error: Class constructor Room cannot be invoked without 'new' at new MatchMakeError (Client.ts:12:1) at Client. (Client.ts:105:1) at step (tslib.es6.js:102:1) at Object.next (tslib.es6.js:83:1) at fulfilled (tslib.es6.js:73:1) Unable to connect to room when using npm start. npm run build works fine

supafoundation avatar Feb 16 '22 15:02 supafoundation

Did you run npm install prior to npm run start?

kevinshen56714 avatar Mar 08 '22 20:03 kevinshen56714

Closing this as we have just done client side refactor. We are now using Vite as the build tool. Run yarn && yarn dev to start the client.

kevinshen56714 avatar Aug 26 '22 03:08 kevinshen56714