-
Notifications
You must be signed in to change notification settings - Fork 578
failed to compile #8
Comments
Same here... Can't figure this one out. |
well It s said that in the course ;
But It seems that Babel cant help right now , or some other bug .. I handled that old fashion way to continue on course till I or someone found out the main problem .. class App extends Component { |
I'm not sure, but updating npm and node versions via nvm may solve this problem. After installing nvm, you can use the codes below. Installing and using the last remote version solved my problem - some different error messages when compiling. Find out which version of Node.js you are using: Find out which versions of Node.js you may have installed and which one of those you're currently using: List all versions of Node.js available for installation: Apparently for Windows the command would be rather like this: Assuming you would pick Node.js v8.1.0 for installation you'd type the following to install that version: You are then free to choose between installed versions of Node.js. So if you would need to use an older version like v4.2.0 you would set it as the active version like this: |
I've got 2 errors when i give the command npm start.
Line 8: 'state' is not defined no-undef
Line 16: 'removeContact' is not defined no-undef
Is there something else needed?
The text was updated successfully, but these errors were encountered: