Hi everyone,
I’ve been mucking around with React over the last couple of days. I ran into the following error while trying to build:
Module build failed: Error: ENOENT: no such file or directory, open ‘c:…Form.js’
at Error (native)
at Error (native)
It took a while to sort this one out but I eventually came across a solution on github:
npm rebuild node-sass
Thanks to xzyfer for posting in the following github thread: https://github.com/sass/node-sass/issues/1579#issuecomment-227661284
There’s a whole heap of info in that thread so be sure to check it out.
Thanks,
Chris
Leave a Reply