Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit cb5cf80

Browse files
committed
Add message about public archive.
1 parent 3e1da83 commit cb5cf80

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Public Archive
2+
3+
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.
4+
15
## Thoughts While Working (for docs)
26
- 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
37
- The language strings are only done on the clients (`TAPi18next.addResourceBundle(lang, projectName, translations);`)
@@ -70,7 +74,7 @@ npm ERR! dest PATH_TO_ROCKETCHAT/node_modules/.staging/@babel/code-frame-f369782
7074
npm ERR! errno -2
7175
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'
7276
npm ERR! enoent This is related to npm not being able to find a file.
73-
npm ERR! enoent
77+
npm ERR! enoent
7478
```
7579
Here `PATH_TO_ROCKETCHAT` is the path to the main rocketchat server repo in your system
7680
To correct this we reinstall the package once again deleting the previous package

0 commit comments

Comments
 (0)