RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.
https://rocketchat.github.io/Rocket.Chat.Apps-engine/
MIT License
114 stars 119 forks source link

Fix permissions for Deno subprocess when package is installed #734

Closed d-gubert closed 4 months ago

d-gubert commented 4 months ago

What? :boat:

The modifications worked when we had the source code symlinked to Rocket.Chat. However, when it was installed via npm/yarn, the Deno subprocess would not start, because it lacked the permission to read the parent node_modules directory which contains packages used by the Apps-Engine.

Why? :thinking:

Links :earth_americas:

PS :eyes: