-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App isn't working for me: Outline never gets generated #5
Comments
You should get the latest version, I have included some API key format validation, just to be sure. |
I think I found why, it may have something to do with the number of requested tokens, at each API call. Can you try again now ? I've also made the error messages more detailed. |
I wished for it to work , but I keep getting many errors, it never generates the outline: Compiled with warnings. Warning [eslint] Search for the keywords to learn more about each warning. WARNING in ./src/Description.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[2]!./node_modules/source-map-loader/dist/cjs.js!./src/Description.css) (51:5) autoprefixer: end value has mixed support, consider using flex-end instead WARNING in [eslint] webpack compiled with 2 warnings |
Hello. I clicked "Generate" on the outline page. It says "generating" and then nothing ever comes up. I looked at the console and I got this:
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
(node:1696) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
(Use
node --trace-deprecation ...
to show where the warning was created)(node:1696) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
Starting the development server...
Compiled with warnings.
Warning
(51:5) autoprefixer: end value has mixed support, consider using flex-end instead
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
WARNING in ./src/Description.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[2]!./node_modules/source-map-loader/dist/cjs.js!./src/Description.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning
(51:5) autoprefixer: end value has mixed support, consider using flex-end instead
webpack compiled with 1 warning
The text was updated successfully, but these errors were encountered: