mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
added note around npm install to support development in a mono-repo
parent
ad99a46499
commit
89b282a8f5
@ -134,4 +134,6 @@ While distributed and scaled are similar, there is one possible distinction that
|
|||||||
(KN) - Currently a runtime does not receive user information from editor.
|
(KN) - Currently a runtime does not receive user information from editor.
|
||||||
In our past discussion, a runtime needs to receive the information from editor after splitting them.
|
In our past discussion, a runtime needs to receive the information from editor after splitting them.
|
||||||
We may also need to consider the case that both runtime and editor authenticate with different servers.
|
We may also need to consider the case that both runtime and editor authenticate with different servers.
|
||||||
|
|
||||||
|
(MAB) - started a test project to demonstrate how to use npm install <folder> (npm 5.x) to set up symlinks in a mono-repo during development. https://github.com/mblackstock/test-project. Normal `npm install` uses published npm packages. If you run the devInstall script, it sets up the symlinks to the local code in the repo. More info in the README.
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
Reference in New Issue
Block a user