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

AMEXIO is broken with current versions of node.js and Angular #149

Open
mxdog opened this issue Feb 16, 2022 · 0 comments
Open

AMEXIO is broken with current versions of node.js and Angular #149

mxdog opened this issue Feb 16, 2022 · 0 comments

Comments

@mxdog
Copy link

mxdog commented Feb 16, 2022

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ X] Bug report  
[ ] Feature request
[ X] Documentation issue or request
[ ] Support request

Current behavior

Test application will not build after installing amexio

Expected behavior

npm install libraries/tooling with out dependency errors

ng serve works and starts the project !

Minimal reproduction of the problem with instructions

follow the install directions README.md from this site

What is the motivation / use case for changing the behavior?

It is broken or poorly documented for current tooling ?

Environment


Angular version: X.Y.Z

Angular CLI version (13.2.3) and Angular CLI version (13.1.4)


Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
- [X] NA  

For Tooling issues:
- Node version: XX  
- Platform:  
Windows 10 64 21H1 
node 16.14.0 LTS  and tried 17.5.0 latest 

docs : 
The instruction should ALWAYS give a version that they were written for. For instance it looks  like it has been 2 years on here since anything was submitted so what versions of node.js and angular was this last tested with ? Even if the project is abandoned it would still be usable even if obsolete ...  but the instructions say use the latest of each , node.js and angular which breaks this project 

Others:


all the packages give errors when installed with  both node.js  versions 
to even get them to finish  i have to use force and LTS version  there are missing and/or obsolete dependencies 

npm install amexio-ng-extensions@latest --save --force
and this one 
npm install amexio-chart-d3 --save --force has to be node LTS 

 ng serve gives : 

App/node_modules/@angular/compiler-cli/bundles/chunk-K5FPDA5B.js:941
      throw new Error(`The target entry-point "${invalidTarget.entryPoint.name}" has missing dependencies: 
Error: The target entry-point "amexio-ng-extensions" has missing dependencies:
 - rxjs/index

As i mentioned earlier just knowing what versions of the tooling this repo last used would give someone a chance to actually get this working or a starting place to debug it. 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant