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 was archived by the owner on Apr 5, 2021. It is now read-only.
$ npm install && npm run dev
gives the following error
> typescript-express-phaser-socketio-starter@1.0.0 tsc /home/raunaque/Desktop/ioGames/typescript-express-socketio-phaser-starter
> tsc
error TS6053: File '/home/raunaque/Desktop/ioGames/typescript-express-socketio-phaser-starter/node_modules/phaser3-docs/typescript/phaser.d.ts' not found.
Found 1 error.
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! typescript-express-phaser-socketio-starter@1.0.0 tsc: `tsc`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the typescript-express-phaser-socketio-starter@1.0.0 tsc 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! /home/raunaque/.npm/_logs/2020-12-24T17_51_51_233Z-debug.log
ERROR: "tsc" exited with 2.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! typescript-express-phaser-socketio-starter@1.0.0 build: `npm-run-all clean tsc assets parcel`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the typescript-express-phaser-socketio-starter@1.0.0 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! /home/raunaque/.npm/_logs/2020-12-24T17_51_51_296Z-debug.log
ERROR: "build" exited with 1.
[nodemon] app crashed - waiting for file changes before starting...
$ npm install && npm run dev
gives the following error