-
Notifications
You must be signed in to change notification settings - Fork 45
Update failed and self-deleted #44
Comments
I am experiencing this same behavior. I am unable to install the module through |
I have the same - I think it's still a problem with EDIT |
Hello, I am sorry for the error, this was because of the |
Works as expected |
Description
This script has been running well for me but today I noticed that an update was available, so I followed instructions but the update failed. I updated npm and tried again but I'm getting the same result. Sadly, some part of the update has removed the original script so now I am without the functionality.
Expected Behavior
From my understanding,
npm install -g slack-history-export
should install or update the tool.Current Behavior
Whenever I run this command, I get the following errors:
npm ERR! path /usr/local/lib/node_modules/slack-history-export/bin/slack-history-export.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/slack-history-export/bin/slack-history-export.js'
npm ERR! enoent This is related to npm not being able to find a file.
If I manually create the file, I still get the error and I can watch the installer/updater delete the entire directory (which would certainly explain why the file is missing). Attachment is a screen recording showing this behavior.
slack-history-export.mov.zip
It's unclear whether this is an issue with npm, the installer, or something I'm doing wrong, but I'd appreciate any advice.
The text was updated successfully, but these errors were encountered: