Quote:
Originally Posted by Syl0pt
The MFCAuto package was taken down by DMCA notice. npm will fail to install it and without this package, the script is "useless".
I have an MFCAuto.v5.6.2 in a tar.gz. Can I use that in some way to get the script up and running?
|
Usually, you just need to unpack the archive into the script folder and make changes in package.json file, something like this (I suppose MFCAuto on the line 18)
Code:
"MFCAuto": "file:./<name of the dir where you unpacked MFCAuto>",
Then run 'npm install' again