1

I am getting following error, when running quokka plugin in WebStorm. How to resolve it?

Quokka #1 (node: v6.9.5, plugins: jsdom-quokka-plugin)

Cannot find module 'jsdom-quokka-plugin'`

I can reinstall WebStorm but it does not help.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Shishir Arora
  • 5,521
  • 4
  • 30
  • 35
  • are you using [quokka](https://plugins.jetbrains.com/plugin/9667-quokka) plugin? Please report the issue to plugin vendor: https://github.com/wallabyjs/quokka/issues. Looks like a configuration issue – lena May 20 '18 at 12:13

2 Answers2

2

Solved it by removing "jsdom-quokka-plugin" plugin entry at ~/.quokka/config.json

Shishir Arora
  • 5,521
  • 4
  • 30
  • 35
1

You may either remove the jsdom-quokka-plugin plugin from your Quokka config file, or install it (by running npm i) in your project, or in the Quokka config folder.

Artem Govorov
  • 903
  • 6
  • 10