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
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
npx create-grandstack-app test
choose to install dependecies
cd test
yarn start
21:27:52 React-TS | The react-scripts package provided by Create React App requires a dependency:
21:27:52 React-TS |
21:27:52 React-TS | "eslint": "^6.6.0"
21:27:52 React-TS |
21:27:52 React-TS | Don't try to install it manually: your package manager does it automatically.
21:27:52 React-TS | However, a different version of eslint was detected higher up in the tree:
21:27:52 React-TS |
21:27:52 React-TS | C:\***\test\node_modules\eslint (version: 7.26.0)
running npm ls eslint gives `-- (empty)
Checked node_modules and found an eslint folder with version 7.26.0 present
Simply deleted it
run yarn start again
everything works.
Just thought you might want to know.
The text was updated successfully, but these errors were encountered:
steps to reproduce:
npx create-grandstack-app test
choose to install dependecies
cd test
yarn start
running npm ls eslint gives
`-- (empty)
Checked node_modules and found an eslint folder with version 7.26.0 present
Simply deleted it
run yarn start again
everything works.
Just thought you might want to know.
The text was updated successfully, but these errors were encountered: