Issue Summary
- Node.js Version Warning:
- Package Installation Process:
- The command you executed was:
- The Angular CLI determined the package manager (npm) and found compatible versions of the packages.
- The installation of video.js was confirmed, but a warning was generated:
- “Package ‘video.js‘ was found but does not support schematics.”
Understanding the Warnings
- Node.js Version:
- Video.js Package Warning:
- The warning indicates that while the package was found, it does not support Angular schematics. This means that the package may not automatically configure your Angular project as expected.
- You might need to configure it manually after installation.
Next Steps
- Switch Node.js Version:
- Manual Configuration: