monnoname
BANNED
- Dec 18, 2015
- 789
- 130
thanks a lot TaAa!!@monnoname @DotMel Alright here is the fix. I forgot two very very important steps in the orignal post. Mods if possible, please add this to original post
Installation-2
Install NODE from https://nodejs.org/en/download/
Open cmd and enter the following commands:
1) cd C:\TheMethod\Scripts\Downloader
2) npm install (this should install all the modules from packages file if not, open packages.json with notepad and install all the dependencies manually for example 'npm install casperjs' or 'npm install wget')
Add PhantomJS and ffmpeg to global directory
Right click on my computer and select Properties
Select Advanced system settings
Click on the Environment Variables.. button
Under the System Variables section, find the Path variable
Add ";C:\TheMethod\Software\phantomjs-2.1.1-windows\bin\;C:\TheMethod\Software\ffmpeg-20160522-git-566be4f-win32-static\bin\" and save
I hope this fixes it and there are no more problems. If there are let me know!
will try and let you know