Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For anyone trying to follow the Looker Studio Local Development Guide & Codelab #381

Open
brianbuie opened this issue Jun 25, 2023 · 0 comments

Comments

@brianbuie
Copy link

https://developers.google.com/looker-studio/visualization/local-dev

This is what worked for me (macOS 13.4)

nvm use 12

v12.22.12 (npm v6.14.16) is what I had.

There appears to be an issue with the different versions of dscc-gen and dscc-scripts available on npm and the format they're expecting the generated project to have. I tried a few different versions before this worked:

npx @google/[email protected] viz

it still installed the the newer dscc-gen and dscc-scripts packages, but after changing package.json to use the absolute versions:

    "@google/dscc": "0.3.8",
    "@google/dscc-scripts": "1.0.15"

I deleted node_modules and yarn.lock, and then npm installed again.

npm install

And then the dev server finally worked for me.

Hope this helps.

🤙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant