gaearon / react-transform-boilerplate

A new Webpack boilerplate with hot reloading React components, and error handling on module and component level.
Creative Commons Zero v1.0 Universal
3.36k stars 430 forks source link

Error with source-map #99

Closed Teemobustin closed 8 years ago

Teemobustin commented 8 years ago

screen shot 2016-01-15 at 5 26 06 pm

After I install everything and try to start the program, an error pops out,

Something wrong with source-map, I have try to install source-map again, but the error shows up again.

screen shot 2016-01-15 at 5 30 06 pm

Can not start this program

gaearon commented 8 years ago

I can’t reproduce this. Try deleting node_modules and running npm install again. It was likely some temporary network issue that prevented a certain file from being installed, or a dependency problem that has since been fixed.