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 Apr 5, 2021. It is now read-only.
$ npm install && npm run dev
gives the following error
> [email protected] 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! [email protected] tsc: `tsc`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] 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! [email protected] build: `npm-run-all clean tsc assets parcel`
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! /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...
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.
$ npm install && npm run dev
gives the following error
The text was updated successfully, but these errors were encountered: