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 10, 2023. It is now read-only.
Hi,
I have done npm install. And trying to run npm start. getting this in log
[email protected] start /home/khanani92/Development/cloud_app/hubtaxi/HubTaxi-Server
node server
connect.multipart() will be removed in connect 3.0
visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
{ _apiServerPath: '/home/khanani92/Development/cloud_app/hubtaxi/HubTaxi-Server',
_port: 6868,
_sessionSecret: 'Enter Secret',
_cookieSecret: 'Enter Secret',
_db: 'mongodb://localhost/HubTaxi',
_tokenScrete: 'huhuhu' }
Kindly help.
The text was updated successfully, but these errors were encountered:
Getting this error in log
"TypeError: Cannot read property 'prototype' of undefined",
" at Object. (/home/khanani92/Development/cloud_app/hubtaxi/HubTaxi-Server/node_modules/policyfile/lib/server.js:254:33)",
guys, you need to update libraries, because of it is outlet project, with these library version you will get exceptions, you need to update library version to run it.
Hi,
I have done npm install. And trying to run npm start. getting this in log
connect.multipart() will be removed in connect 3.0
visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
{ _apiServerPath: '/home/khanani92/Development/cloud_app/hubtaxi/HubTaxi-Server',
_port: 6868,
_sessionSecret: 'Enter Secret',
_cookieSecret: 'Enter Secret',
_db: 'mongodb://localhost/HubTaxi',
_tokenScrete: 'huhuhu' }
Kindly help.
The text was updated successfully, but these errors were encountered: