question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't get started with codelab theme or any other theme

See original GitHub issue

Hello 😃

I’m following the codelab of starting with grow: https://grow.io/codelab/3/ I run the commands in order

grow init codelab ./my-codelab/
cd my-codelab/
grow install
grow run

After the server is running I get this screen: Screenshot_2019-11-29 Error 1

Clicking traceback prints false. Tried other themes, all have similar problems. Tried grow preprocess, same result.

Testing environment:

  • OSX Mohave
  • grow v.0.8.16

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Zoramitecommented, Dec 2, 2019

This is happening because we removed our sass preprocessor in an earlier version of grow, but we never updated the codelab with that change. I’ll work on updating the codelab code to use a preprocessor for compiling the sass.

0reactions
Zoramitecommented, Dec 5, 2019

I’ve updated the codelab to use the gulp preprocessor to generate the sass instead of using the older built-in preprocessor.

I had to temporarily disable the error page generation since it was causing issues with grow. I’ll try and get that back sometime soon, but it should build and run correctly now if you redo the codelab.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to bring the colab dark theme to Jupyter Notebook
First, you have to install Jupyter Themes: pip install jupyterthemes. Then, i think Colab uses the theme "onedork", so just set it using:...
Read more >
Enable Dark Theme on Google Colab (colab ... - YouTube
Learn how to enable dark them on Google Colaboratory. Colab notebooks combine executable code and rich text in a single document, ...
Read more >
Google Colab! Changing Themes - YouTube
To change the background within Google Colab, select "Tools" then "Settings". Under the "Site" tab the themes can be changed to "light", ...
Read more >
Using Dark Theme in Google Colaboratory - Buomsoo Kim
2. Change your theme. Change the theme to “dark.” It will be set to “light” by default and you can always come back...
Read more >
Colab links always show up by default · Issue #209 - GitHub
Google Colab buttons will show up by default if launch buttons are set to true. This is because colab has a default URL...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found