fb-photo-fetch icon indicating copy to clipboard operation
fb-photo-fetch copied to clipboard

Cannot find module

Open robertgranholm opened this issue 7 years ago • 4 comments
trafficstars

Hi, I'm new to this, but receiving this error...

Thanks : )

Error: Cannot find module '/Users/rgranholm/Desktop/fb-photo-fetch-master/index.js--tagged=true--dest=/Users/rgranholm/Pictures/Facebook_Photos--debug=api,json,download --token=THETOKEN' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Function.Module.runMain (module.js:693:10) at startup (bootstrap_node.js:191:16) at bootstrap_node.js:612:3 RFG-MbProR15T:fb-photo-fetch-master rgranholm$

robertgranholm avatar Aug 01 '18 01:08 robertgranholm

You're probably missing a space after index.js in your command

mohsen1 avatar Aug 01 '18 06:08 mohsen1

That got me a step further... new error

Error: Cannot find module 'minimist' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (/Users/rgranholm/Documents/GitHub/fb-photo-fetch/index.js:4:12) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) RFG-MbProR15T:fb-photo-fetch rgranholm$

robertgranholm avatar Aug 01 '18 12:08 robertgranholm

Do a npm install

mohsen1 avatar Aug 01 '18 14:08 mohsen1

I did an install, both versions listed below...throw error. Thank you so much for this help.

Last login: Thu Aug 2 11:30:02 on ttys002 RFG-MbProR15T:fb-photo-fetch rgranholm$ node -v v8.11.3 RFG-MbProR15T:fb-photo-fetch rgranholm$ npm -v 5.6.0 RFG-MbProR15T:fb-photo-fetch rgranholm$ node index.js --tagged=true--dest=/Users/rgranholm/Desktop/Facebook_Photos--debug=api,json,download\ --token=EAAAASIRoIPABAGtbVcNGKDyN3UsbXe4PSEvixKooQk02JTIwWRwW9Uz0WZClE6y7iRfqZBMeh4yjhcJamo3mrIFivorRvwkUX7GLQLcqwNmspAQeCs4RbJHJQKFy1bpZAOW00wPtNKO0endroZAz6EzyiZCw3hT7vrsZBRepA1ej20RTq1Cpim8CLQVGnWp5Xg1qpn8fJFWAZDZD module.js:549 throw err; ^

Error: Cannot find module 'minimist' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (/Users/rgranholm/Documents/GitHub/fb-photo-fetch/index.js:4:12) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) RFG-MbProR15T:fb-photo-fetch rgranholm$

robertgranholm avatar Aug 02 '18 15:08 robertgranholm