When installing the bundle I got the following error: ``` Webpack is not installed in path "". ``` Which tells me nothing. After some digging, it meant that that I need to configure the `node_modules_path` in the `node` config. Can you make the config error also provide a possible solution. I.e.: `did you forget to configure the node_modules_path?` or something.
When installing the bundle I got the following error:
Which tells me nothing. After some digging, it meant that that I need to configure the
node_modules_pathin thenodeconfig.Can you make the config error also provide a possible solution. I.e.:
did you forget to configure the node_modules_path?or something.