4

After upgrading to Webpack 2.x, I'm getting this error, during compilation and re-compilation (in HMR mode):

(SystemJS) Error: ENOENT: no such file or directory, open ...

enter image description here

Have anybody found a way to fix that? Here is the source code:

https://github.com/kriasoft/react-static-boilerplate/tree/webpack2 (see PR #102)

Hemangi Pithava
  • 138
  • 1
  • 7
Konstantin Tarkus
  • 37,618
  • 14
  • 135
  • 121
  • The error is there is "no such file or directory." In other words, it cannot find what you are asking it to find. So a path is wrong somewhere. In this case, `footer.js` seems to be trying to load `babel-loader`. But look at the path that failed to load: `c:\Projects\...C:\Projects`. That definitely doesn't seem right. – Seth Holladay Aug 09 '17 at 07:03

0 Answers0