Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to compile #8

Open
krunduev opened this issue Jun 25, 2018 · 2 comments
Open

Failed to compile #8

krunduev opened this issue Jun 25, 2018 · 2 comments

Comments

@krunduev
Copy link

After all installation routine I have

Failed to compile
./src/index.js
Syntax error: Unexpected token (5:1)

3 | import './index.css';
4 | import App from './App';

5 | <<<<<<< HEAD
| ^
6 | import registerServiceWorker from './registerServiceWorker';
7 |
8 | ReactDOM.render(, document.getElementById('root'));
This error occurred during the build time and cannot be dismissed.

@krunduev
Copy link
Author

git status:

Unmerged paths:
(use "git add ..." to mark resolution)

both added:      public/favicon.ico
both added:      public/index.html
both added:      public/manifest.json
both added:      src/App.css
both added:      src/App.js
both added:      src/App.test.js
both added:      src/index.css
both added:      src/index.js
both added:      src/registerServiceWorker.js

@krunduev
Copy link
Author

After git reset --hard origin/master

Failed to compile
./src/Sentence.js
Module not found: Can't resolve 'axios' in '/Users/krunduev/Documents/Projects/NodeJS/tib_learn_app/src'
This error occurred during the build time and cannot be dismissed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant