googlemaps / transport-tracker

Applications for tracking moving assets on a live map
Apache License 2.0
574 stars 442 forks source link

Error: Cannot find module './paths.json' #35

Closed ghzoan closed 6 years ago

ghzoan commented 6 years ago

1 week trying installing google map, and the map not showing at all

finally im using now google cloud shell its must be without error

but in backend installing process go this npm ERR! transport-tracker-server@1.0.0 main: node main.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the transport-tracker-server@1.0.0 main script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

and in map process the process stuck

i think there something wrong with this I tried all the steps many times and many alternative link, just this one not working with me the others showing the map

please any help!

www.gps.jernascenter.com in this link you will see the third test how its not showing the map and admin panel also

lakshaykakkarr commented 6 years ago

if you are working on cloud shell then if possible please allow me to contribute to your project. I have successfully built the simulator for New Delhi map, India. @ghzoan

ghzoan commented 6 years ago

@quarky912

Yes please or we can meet by Team viewer, Or how to contribute?

domesticmouse commented 6 years ago

Please review the codelab that talks through how to use this code: https://codelabs.developers.google.com/codelabs/transport-tracker-backend/

naeemjawaid commented 6 years ago

Updating npm worked for me.

ideaLabs21 commented 6 years ago

https://raw.githubusercontent.com/googlecodelabs/transport-tracker-codelab/master/backend/step-08/paths.json

Hager777 commented 5 years ago

@lakshaykakkarr @ideaLabs21 @ghzoan @naeemjawaid

Please help me to solve this error, i am in step_6 in Transport Tracker Backend https://codelabs.developers.google.com/codelabs/transport-tracker-backend/ I used this command but doesnot solve the problem npm install gtfs mongoose -g

Error: Cannot find module './gtfs.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:22:18) at Object. (/home/hagarsalh777/transport-tracker-server/main.js:23:16) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3) at Function.Module.runMain (internal/modules/cjs/loader.js:742:12) at startup (internal/bootstrap/node.js:282:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)