Domo create react app not populating with the Domo specific scripts.

New to web development with Domo, I've ran domo login and that was successful, but when running npm create react-app todo-app @domoinc like it says in the documentation it just creates a basic version of react without any of the Domo specific scripts like upload. Is there something that I could be missing?

Tagged:

Best Answer

  • Keats52
    Keats52 Member
    Answer ✓

    Tried with yarn instead of npm and it gave me an error until I put quotes around "@domoinc", don't know which one fixed it but it is working now.

Answers

  • Keats52
    Keats52 Member
    Answer ✓

    Tried with yarn instead of npm and it gave me an error until I put quotes around "@domoinc", don't know which one fixed it but it is working now.