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 Sep 7, 2020. It is now read-only.
When I run npm start the site compiles fine and the browser opens as expected. But when I check my terminal I see tons of linter errors like these:
> phenomic start
ℹ Phenomic is starting +0.18s
✔ Development server listening on http://0.0.0.0:3333/ +0.72s
✖ Updated with warnings
⚠ Warning in ./scripts/phenomic.browser.js
./scripts/phenomic.browser.js
2:1 error Definition for rule 'react/no-find-dom-node' was not found react/no-find-dom-node
2:1 error Definition for rule 'react/display-name' was not found react/display-name
2:1 error Definition for rule 'react/jsx-no-undef' was not found react/jsx-no-undef
2:1 error Definition for rule 'react/jsx-uses-react' was not found react/jsx-uses-react
The text was updated successfully, but these errors were encountered:
I'm using v0.17.11 on Sierra and I'm running this example:
https://phenomic.io/docs/setup/
When I run
npm start
the site compiles fine and the browser opens as expected. But when I check my terminal I see tons of linter errors like these:The text was updated successfully, but these errors were encountered: