-
Notifications
You must be signed in to change notification settings - Fork 4
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
Datepicker in Angular App #146
Comments
VALIDATED: You can see the package internals here https://www.runpkg.com/?@aurodesignsystem/[email protected]/index.js Lines 21 to 24 in 8839243
I believe that is was stated in another conversation that the bundled version didn't work either? That's confusing as we are using the https://github.com/AlaskaAirlines/WC-Generator/blob/master/template/.npmignore.temp |
Changes to be committed: modified: .npmignore modified: package.json
Changes to be committed: modified: .npmignore modified: package.json
@Apsistec I have created a PR that I am hoping will address the install issue you are seeing. @jason-capsule42 if you could do a review of this update so that we can test this ASAP would be appreciated. |
Nice! Thank you!
Best regards,
Douglas White
***@***.******@***.***>
512.293.1045
From: Dale Sande ***@***.***>
Date: Monday, August 28, 2023 at 8:03 PM
To: AlaskaAirlines/auro-datepicker ***@***.***>
Cc: Douglas White ***@***.***>, Mention ***@***.***>
Subject: Re: [AlaskaAirlines/auro-datepicker] Datepicker in Angular App (Issue #146)
You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
[EXTERNAL SENDER]
@Apsistec<https://github.com/Apsistec> I have created a PR that I am hoping will address the install issue you are seeing. @jason-capsule42<https://github.com/jason-capsule42> if you could do a review of this update so that we can test this ASAP would be appreciated.
—
Reply to this email directly, view it on GitHub<#146 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABRD5XY7KMPTOGH5QVFNKXLXXU5UXANCNFSM6AAAAAA4B4UFJQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Changes to be committed: modified: .npmignore modified: package.json
## [2.0.7](v2.0.6...v2.0.7) (2023-08-29) ### Bug Fixes * update npm package configs [#146](#146) ([850c863](850c863))
It works, Thank you! |
Describe the bug
We are using most of the available auro packages for our desktop app, although we just started using auro about three weeks ago. We have been able to use most of the packages, but the datepicker is not working. The errors are:
./node_modules/@aurodesignsystem/auro-datepicker/index.js:1:0-51 - Error: Module not found: Error: Can't resolve './src/auro-calendar' in '/Users/[email protected]/Dev/RampApp/node_modules/@aurodesignsystem/auro-datepicker'
./node_modules/@aurodesignsystem/auro-datepicker/index.js:2:0-62 - Error: Module not found: Error: Can't resolve './src/auro-calendar-month' in '/Users/[email protected]/Dev/RampApp/node_modules/@aurodesignsystem/auro-datepicker'
./node_modules/@aurodesignsystem/auro-datepicker/index.js:3:0-60 - Error: Module not found: Error: Can't resolve './src/auro-calendar-cell' in '/Users/[email protected]/Dev/RampApp/node_modules/@aurodesignsystem/auro-datepicker'
./node_modules/@aurodesignsystem/auro-datepicker/index.js:4:0-55 - Error: Module not found: Error: Can't resolve './src/auro-datepicker' in '/Users/[email protected]/Dev/RampApp/node_modules/@aurodesignsystem/auro-datepicker'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect to see modal of calendar when clicking on Form field.
Screenshots
src directory is in the root directory in other auro packages, but not in datepicker (see images)
Desktop (please complete the following information):
Additional context
From what I can see the src folder is missing from the root directory, and instead it is in the dist folder; where in other packages the src folder is in the root directory and and not in the dist folder. The error says that './src/auro-several-things' can not be found, and that is b/c src does not exist in the root folder....
The text was updated successfully, but these errors were encountered: