-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node Red crashing on startup #24
Comments
Dealing with the same issue here. |
Sorry for the late response guys, been too busy for days. There's 90% working code on the |
@Eeems , @RamikOaken git clone [email protected]:madmax3365/node-red-node-discord.git
cd node-red-node-discord
git checkout v3
yarn && yarn build && yarn link Currently, there are only |
The |
I'm also trying to fix this, but can't install this What's the best way to install V3 |
Thanks! |
Installed using the instructions above, now I can't install other nodes, getting the error "/home/pi/docker/node-red/node_modules/node-red-node-discord: Appears to be a git repo or submodule." |
I'm having this issue and i use NodeRed in docker (via HomeAssistant) Is there a way to install the updated version in it? |
I'd recommend cloning the repo to a different folder and symlinking it into node_modules. When you need to install a new module, remove the symlink, run the install, and then symlink it again.
I can't speak for home assistant, but you should still have access to the node_modules folder in the node-red docker. You may have to check what volumes are being used, and then make the changes to where the volume is stored on disk. |
It looks like a discord API change has broken this project. To the point where it's crashing the node-red instance on startup.
This likely will be resolved by resolving #4
The text was updated successfully, but these errors were encountered: