Skip to content
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

TAMU library components development start fails to find config.json #345

Open
ghost opened this issue Sep 2, 2021 · 0 comments
Open

TAMU library components development start fails to find config.json #345

ghost opened this issue Sep 2, 2021 · 0 comments
Labels
1/2 A quarter days work bug Something isn't working patch Development requiring a patch version change spike Investigation into the topic described by the issue

Comments

@ghost
Copy link

ghost commented Sep 2, 2021

npm install
npm start

This should start for development without error. If not building before the config.json file is not available.

(node:204436) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'C:\Users\wwelling\Development\work\tamu-library-components\dist\bundle\config.json'
(Use `node --trace-warnings ...` to show where the warning was created)
(node:204436) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:204436) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Current workaround:

npm install
npm run build
npm start

Needs to be reproduced

@ghost ghost changed the title TL Components development start fails to find config.json TAMU library components development start fails to find config.json Sep 2, 2021
@jeremythuff jeremythuff added bug Something isn't working patch Development requiring a patch version change 1/2 A quarter days work spike Investigation into the topic described by the issue labels Oct 27, 2021
kaladay pushed a commit that referenced this issue Aug 29, 2022
…lay-on-hover

Added provision to delay display of the dropdown menu on mouse hover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1/2 A quarter days work bug Something isn't working patch Development requiring a patch version change spike Investigation into the topic described by the issue
Projects
None yet
Development

No branches or pull requests

1 participant