You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2022. It is now read-only.
When I install the package I am getting these warnings.
warning angular-intro.js > bower@1.7.10: ...psst! Your project can stop working at any moment because its dependencies can change.
Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
warning "angular-intro.js > grunt-tslint@4.0.1" has unmet peer dependency "grunt@>=0.4.5".
warning "angular-intro.js > grunt-ts@6.0.0-beta.19" has unmet peer dependency "grunt@^1.0.1 || ^0.4.0".
When I try to run the postinstall I get an error from bower invalid-meta The "main" field cannot contain minified file.
Since I am unable to build the intro.js can I simply add the intro.js package as a dependency in my project and copy it and angular-intro.js during my build process?