1 | Number of the section with the error | Title of the section with the error | Location of the error within the section | What kind of error is it? | Describe the error |
---|---|---|---|---|---|
2 | 2.4.2 | Test tools | text body | English: typo, language error | documention -> documentation |
3 | 3.3.4 | File package.json | configuration code | configuration error | you must include babel-core as dev dependency. babel-loader does not import babel-core (this has been reported on github November 2016) |
4 | 3.3.2 | Installing the Demo Project | "npm install" | Programmatic Probelm | after "npm install" you get this error => npm WARN babel-loader@6.4.1 requires a peer of babel-core@^6.0.0 but none was installed. which we must install it(babel-core) manually (maybe there is other way to solve it that I don't know). |