question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using rclnodejs in a react-app doesn't work

See original GitHub issue

Hello,

System: docker Base Image: Ubuntu 20.04 ROS: Foxy Node: 12.x LTS

I’m trying to create a ROS2 node using rclnodejs with Typescript inside a create-react-app but I’m having a warning when I launch the app.

./node_modules/rclnodejs/lib/interface_loader.js
Critical dependency: the request of a dependency is an expression

Do you have any ideas about what could cause this ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
flynnevacommented, Sep 3, 2020

@MaximeAubanel I was working on a wrapper of the roslibjs library for react awhile ago. havent made much progress on it since COVID but its still there if you’d like to check it out. react-ros on npm and then the source code should be linked in there as well.

might help you hook react up to ROS.

0reactions
minggangwcommented, Sep 3, 2020

I see, so I think we could close this issue now. Please feel free to add any comments if you find a workaround.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create React App not working - Stack Overflow
In my case, "create-react-app" was not installed. to install run this command npm install -g create-react-app. Once installation successful ...
Read more >
Create a New React App
Create React App doesn't handle backend logic or databases; it just creates a frontend build pipeline, so you can use it with any...
Read more >
Build a Node.js and React app with npm - Jenkins
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.
Read more >
NPX Create React APP Not Working - YouTube
To create a new React App, we use npx command with create- react - app and then project name. It should create a...
Read more >
Create A React App Without Create-React-App - YouTube
How to create a react application without using the create- react - app command.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found