btp_tlangston Member

Comments

  • Just wanted to post back here that my issue has been resolved. Apparently, I had everything setup correctly but I was not importing domo correctly into the app. I had the import set as import { domo } from 'ryuu.js'; , which was failing to recognize it. I didn't know that domo was exported as default so it should have been…
  • Hi @brycec , when I ran the initial command to create-react-app, i thought I did since other packages were working, however, I ran it again, just in case: but I am still getting the same error:
  • @rileystahura - I tried doing this same app with a Laptop with LinuxMint 21 and I had no problems creating the app and running a local dev on the app. If you never had this problem, then I am assuming you are either using a Mac or a Linux setup. Apparently, the issue must be somewhere in Windows but I am not sure where. My…
  • @rileystahura That is part of my problem… I was using gitbash. I don't use Powershell/ command line when doing anything with node or js. I am wondering if we have an issue with the company-issued laptops I am running on? I will try doing this on a separate Linux laptop and see if I get the same issue.
  • @rileystahura - I tried following the directions on the two links you provided me above trying to build a React app. I am running into several problems. I tried using Chocolately to install the domo CLI on my machine, and i kept getting a checksum error so it wouldn't install. Then I tried to install the canary version…
  • Thanks @Rich and @rileystahura! This information is a great start for me. I wasn't sure if I could approach it from the opposite direction (i.e. adding the library to an already existing project) as this is kind of new territory for me, my background being in mostly .NET technologies and building backend integrations.