Skip to content

Commit

Permalink
docs: 馃摑 Add workaround for bridge module install
Browse files Browse the repository at this point in the history
  • Loading branch information
hampoelz committed Jul 14, 2023
1 parent 26b874b commit 4cb19e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To add a NodeJS project to your app, the following steps are required:
channel.send("msg-from-nodejs", "Replying to this message: " + message, "And optionally add further args");
});
```
4. Run `npm install` in your newly created NodeJS project folder.
4. Run `npm install --install-links` in your newly created NodeJS project folder.

After that, the project structure should look something like this:
```
Expand Down

0 comments on commit 4cb19e1

Please sign in to comment.