ERROR in (webpack)-isomorphic-tools/package.json
See original GitHub issueHi,
I’m not sure what’s changed, possibly not even webpack-isomorphic tools, but for some reason i’ve started getting this error:
ERROR in (webpack)-isomorphic-tools/package.json
It is puzzling, because i’ve not changed my code and it was working for me perfectly previously.
have you seen it before?
I have this app where the problem can be reproduced: https://github.com/peter-mouland/react-lego/tree/express--svg
The full error is:
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
[webpack-isomorphic-tools] [error] `.development()` method is ...
Hey Guys. I'm getting this error after update. How to fix ? :)
Read more >webpack-isomorphic-tools - npm
Transforms CSS-alike text into a React style JSON object. Latest version: 4.0.0, last published: 2 years ago.
Read more >Can't generate webpack-assets.json with webpack-isomorphic ...
The reason the assets file is not generated is because you have integrated webpack-dev-server into your server.js .
Read more >Chapter 5. Tools: webpack and Babel - liveBook · Manning
This chapter covers. Using webpack to load Node.js packages via npm in order to use them in browser code; Compiling code with Babel...
Read more >Untitled
function webpack-isomorphic-tools.common.alias_hook (path, module, project_path, aliases, ... package.json').version + ' with options', this.options); }
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yeah, it is weird because i’m not requiring that file.
Adding the json loader was the first thing i tried. I reverted the change, because it shouldn’t be needed by my code and also because i then got the following error:
I expect that’s the problem then. Thanks for spending the time to walk me through this.