You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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';
The text was updated successfully, but these errors were encountered: