electricitymaps / bloom-contrib

Making carbon footprint data available to everyone.
https://www.bloomclimate.com
MIT License
436 stars 104 forks source link

playground: yarn serve broken #336

Closed creimers closed 4 years ago

creimers commented 4 years ago

I'm trying to get the playground up and running. I can install everything alright, but running

yarn serve

gives me:

...
Error: Cannot find module '@babel/plugin-proposal-class-properties' from '/path/to/repo/northapp-contrib'
...
code: 'MODULE_NOT_FOUND'
error Command failed with exit code 1.

I tried it with both node 12 and 13.

Do have a suggestion?

madsnedergaard commented 4 years ago

Did you run yarn install both in the root and inside the playground? :)

creimers commented 4 years ago

🛎 ding dong.