Open dlinny-lag opened 2 years ago
I run this script primarily on Windows 10, so it should work. I'd try removing all contents of %LocalAppData%/npm-cache/_npx
.
Error message states that ...slack-archive\lib\cli.js
was not found.
There is no lib
directory and it is not creating by executing npx slack-archive
I suspect that some step is missing in the description.
You should use node 16 (nodejs-16.20.2-1nodesource.x86_64). not higher than this. In 18 node I also get this error "ErrorCaptureStackTrace(err);"
I'm trying to execute command
npx slack-archive
mentioned in readme, but it failed with 'slack-archive' is not recognized as an internal or external command error What I'm missing?here is the detailed log
UPD: Error above can be fixed by executing
npm link
But it leads to another problem - missing fileUPD 2: I was able to run application by executing
npm run cli
with fix mentioned in PR