Open s881116s opened 11 months ago
Hello 👋
Did you correctly follow both steps for installing the NPM packages?
npm install -g axios form-data
NODE_PATH
The first will install the package in your global Node.js modules directory (on Windows, it's usually C:\Users\%USERNAME%\AppData\Roaming\npm\node_modules
), while the second will make sure that Node.js can find those modules, since global modules are not looked up by default.
(Sorry for my poor english) I followed instructions and tried to upload the image but failed. I tried troubleshooting myself and discovered that I needed to run
npm install
in Grabber's installation folder (C:\Program Files\Grabber), otherwise Grabber wouldn't be able to execute szurubooru.js. I don't know if this problem only happens to me. But I think there's something unclear about the DOC. Thanks and sorry for my poor English again