Conversation
feat: solve ex 1
feat: solve exercise 2
feat: solve exercise state lifting
feat: solve exercise 4 tic tac toe with extra credit
Revert "feat: solve exercise 4 tic tac toe with extra credit"
the npm version in package.json and in the Readme are not sync. also if you run the project with npm v6 you will get this error
```
px: installed 1 in 3.499s
▶️ Starting: System Validation
Ensuring the correct versions of tools are installed on this computer.
Running the following command: npx "https://gist.github.com/kentcdodds/abbc32701f78fa70298d444c2303b6d9"
npx: installed 2 in 3.22s
There were errors validating the compatibility of this computer:
This computer has npm@6.14.13 installed, but npm@>=8.16.0 is required. Please update npm by running `npm install --global npm@>=8.16.0`.
If you would like to just ignore this error, then feel free to do so and install dependencies as you normally would in "/Users/mbe/try/react-hooks". Just know that things may not work properly if you do...
🚨 Failure: System Validation. Please review the messages above for information on how to troubleshoot and resolve this issue.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! react-hooks@1.0.0 setup: `node setup`
npm ERR! Exit status 1
```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the npm version in package.json and in the Readme are not sync. also if you run the project with npm v6 you will get this error