-
-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I reallly love our app, and would want to improve upon it for college project.But when I run npm start, the following happens-
`
C:\fitMe>yarn start
yarn run v1.22.10
$ react-scripts start
i 「wds」: Project is running at http://192.168.1.103/
i 「wds」: webpack output is served from
i 「wds」: Content not from webpack is served from C:\fitMe\public
i 「wds」: 404s will fallback to /
Starting the development server...
DEPRECATION WARNING: Passing null, a non-string value, to unquote()
will be an error in future versions of Sass.
on line 3 of C:/fitMe/src/assets/scss/core/abstracts/_mixins.scss
Compiled with warnings.
./src/components/layout/Footer.js
Line 48:47: Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content
Line 48:47: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
./src/Room.js
Line 4:10: 'useToasts' is defined but never used no-unused-vars
Line 20:5: 'i' is assigned a value but never used no-unused-vars
Line 27:10: 'correctFrames' is assigned a value but never used no-unused-vars
Line 28:10: 'totalFrames' is assigned a value but never used no-unused-vars
./src/components/dashbord.js
Line 4:8: 'ImagePose' is defined but never used no-unused-vars
Line 25:9: Expected a default case default-case
Line 59:5: Useless constructor no-useless-constructor
Line 88:5: Useless constructor no-useless-constructor
Line 95:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
Line 122:18: Expected '===' and instead saw '==' eqeqeq
Line 129:25: Expected '===' and instead saw '==' eqeqeq
Line 136:25: Expected '===' and instead saw '==' eqeqeq
Line 143:25: Expected '===' and instead saw '==' eqeqeq
Line 156:17: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 163:17: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 170:17: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 177:17: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 190:5: Useless constructor no-useless-constructor
Line 210:5: Useless constructor no-useless-constructor
Line 224:5: Useless constructor no-useless-constructor
Line 265:5: Useless constructor no-useless-constructor
Line 269:9: Expected a default case default-case
./src/index.css (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./src/index.css)
Warning
Greetings, time traveller. We are in the golden age of prefix-less CSS, where Autoprefixer is no longer needed for your stylesheet.
./node_modules/bootstrap/dist/css/bootstrap.min.css (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./node_modules/bootstrap/dist/css/bootstrap.min.css)
Warning
Greetings, time traveller. We are in the golden age of prefix-less CSS, where Autoprefixer is no longer needed for your stylesheet.
./src/Room.css (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./src/Room.css)
Warning
Greetings, time traveller. We are in the golden age of prefix-less CSS, where Autoprefixer is no longer needed for your stylesheet.
./src/components/dashbord.css (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./src/components/dashbord.css)
Warning
Greetings, time traveller. We are in the golden age of prefix-less CSS, where Autoprefixer is no longer needed for your stylesheet.
./src/assets/scss/style.scss (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-5-3!./node_modules/sass-loader/dist/cjs.js??ref--6-oneOf-5-4!./src/assets/scss/style.scss)
Warning
Greetings, time traveller. We are in the golden age of prefix-less CSS, where Autoprefixer is no longer needed for your stylesheet.
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.`
And localhost:3000 shows a blank page
Please Help me,I would be obliged
Also could you tell me how to add my own firebase project
