Open IanBoyanZhang opened 4 years ago
Yeah we should update our dependencies, so we get the fix from node-sass.
I had the same issue. Solved by uninstalling node v13 and the install node v11 instead. Think it might work with node v10 as well.
@IanBoyanZhang did you get this to work? Btw @IanBoyanZhang and @Sollimann, I'm trying to get to know our open source community better, and would love to learn more about what you use Webviz for. Could you perhaps shoot me an email at jp.posma@getcruise.com?
@janpaul123 yea, got it to work. however, seems to be an issue in regards to rosbridge when subscribing to nav_msgs/Odometry /tf and joint_states. I get this error message: Exception calling subscribe callback: 'float' object has no attribute 'slots' . I added a issue on it 28 days ago. As to your second question: I'm working in a Norwegian software company called Cognite that provides software solutions for the Oil & Gas industry. In recent time we have started a heavy investment in industrial robotics solutions. We wanted a web-based visualization tool for some of our robots running ROS middleware, and came across webviz.
Cool, that makes a lot of sense, thanks for sharing! As for the other issue, that should be fixed now (see the other thread). I'll leave this ticket here open in case other people try to use node v12 (we'll have to make it compatible at some point!).
Did confirm does work with Node v10.20.0 as well
I'm kind of new to this, so sorry if this is not helpful! I got the same error and tried
sudo npm install
and got similar errors,
I then deleted package-lock.json and the node_modules and then bootstrap ran without errors (as well as the build process). I'm having difficulties with getting the npm run docs-deploy
to work however, but I'll post that in another topic.
@jaguardo what's your node version? We support >=10.22.0 <12
.
copy that... I just installed the latest, so v15? I'll have to try downgrading, just not sure what else that will break. I just thought it was interesting that I could get around the errors by deleting/re-install... obviously not a good long term solution, however it works... up until I got to npm run docs-deply
but I think I might appreciate why that isn't working (stand alone machine with separate git repository)... thanks!
Hello Webviz team,
Thanks for releasing such an awesome tool! When I try setting project up with node v12.0.0 installed from nvm, I got below v8 error(s).
Switched to v11.15.0,
npm run bootstrap
successfully completed bootstrap process.Looks like the error is related to
Issue 849 nan support for node 12