Using rclnodejs in a react-app doesn't work
See original GitHub issueHello,
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:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
I see, so I think we could close this issue now. Please feel free to add any comments if you find a workaround.