You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions say to setup the project with an .env file, which I did. Going back to the README, and executing docker-compose gives an error along the lines of:
fs.js:115
throw err;
Error: ENOENT: no such file or directory, scandir '/Users/me/Coding/Instapy\ Scripts/InstaPy/logs'
But it says "compiled successfully" at the end.
Running npm install throws multiple errors. It suggests to run audit fix, which does say this at the end:
up to date in 33.697s
fixed 0 of 64 vulnerabilities in 41730 scanned packages
1 package update for 64 vulnerabilities involved breaking changes
And finally, npm run test saves the log file attached.
Hello,
I'm trying to figure out why instapy-dashboard won't run properly on my machine. I'm using a Mac.
2019-08-10T06_16_58_011Z-debug.log
The instructions say to setup the project with an
.env
file, which I did. Going back to the README, and executing docker-compose gives an error along the lines of:But it says "compiled successfully" at the end.
Running
npm install
throws multiple errors. It suggests to runaudit fix
, which does say this at the end:And finally,
npm run test
saves the log file attached.2019-08-10T06_16_58_011Z-debug.log
The text was updated successfully, but these errors were encountered: