Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Add message about public archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Sep 30, 2024
1 parent 3e1da83 commit cb5cf80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Public Archive

The Apps-Engine has been moved into the (Rocket.Chat core monorepo)[https://github.com/RocketChat/Rocket.Chat]. This enhances the overall developer experience of improving the Apps-Engine in tandem with Rocket.Chat. We will keep working on the framework, just in another place. If you want to contribute, please head over to https://github.com/RocketChat/Rocket.Chat/tree/develop/packages/apps-engine.

## Thoughts While Working (for docs)
- Apps which don't provide a valid uuid4 id will be assigned one, but this is not recommended and your App should provide an id
- The language strings are only done on the clients (`TAPi18next.addResourceBundle(lang, projectName, translations);`)
Expand Down Expand Up @@ -70,7 +74,7 @@ npm ERR! dest PATH_TO_ROCKETCHAT/node_modules/.staging/@babel/code-frame-f369782
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, rename 'PATH_TO_ROCKETCHAT/node_modules/.staging/@rocket.chat/apps-engine-c7135600/node_modules/@babel/code-frame' -> 'PATH_TO_ROCKETCHAT/node_modules/.staging/@babel/code-frame-f3697825'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! enoent
```
Here `PATH_TO_ROCKETCHAT` is the path to the main rocketchat server repo in your system
To correct this we reinstall the package once again deleting the previous package
Expand Down

0 comments on commit cb5cf80

Please sign in to comment.