devdennysegura / nodejs-server-Flutter-Netflix-App

25 stars 17 forks source link

Errors trying to start the server #7

Closed esQmo closed 3 years ago

esQmo commented 4 years ago

Running npm run start-dev:

netflix-app@1.0.0 tsc C:\DEVELOPMENT\clone\FLUTTER\Server\nodejs-server-Flutter-Netflix-App-master\nodejs-server-Flutter-Netflix-App-master tsc -p ./configs/tsconfig-server.json

node_modules/@types/superagent/index.d.ts(17,1): error TS1084: Invalid 'reference' directive syntax. npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! netflix-app@1.0.0 tsc: tsc -p ./configs/tsconfig-server.json npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the netflix-app@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! C:\Users\User\AppData\Roaming\npm-cache_logs\2020-04-30T20_34_40_961Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! netflix-app@1.0.0 build: npm run mkdir-dist && npm run tsc && npm run cp-to-dist && rm -rf dist/app npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the netflix-app@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! C:\Users\User\AppData\Roaming\npm-cache_logs\2020-04-30T20_34_41_076Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! netflix-app@1.0.0 start-dev: set NODE_ENV=development && npm run build && npm run build-client && npm run start npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the netflix-app@1.0.0 start-dev 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\User\AppData\Roaming\npm-cache_logs\2020-04-30T20_34_41_184Z-debug.log

Please provide an understandable documentation, thanks.