Bower package does not contain dist directory
See original GitHub issueBower package does not contain dist directory. If this is intentional, the readme is now incorrect as it does not specify a build step.
Also, attempting to build the project on my system via npm run build
results in:
Tell the author that this fails on your system:
npm ERR! rimraf ./dist
OS X 10.12.3 Node 7.4.0 NPM 4.1.1
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
dist directory missing when using bower install #186 - GitHub
I'm using your library in my webapp (on the browser). I did a bower install --save ajv which did as expected, pulled the...
Read more >Bower does not sync dist folder in project dependencies?
When I synchronize bower components via github my bower_components ...
Read more >Bower dependencies go into dist folder but not showing up in ...
What I'm looking to get out of this post is an explanation of why my bower dependencies make it go into my dist/scripts...
Read more >Gotchas When Publishing Modules in npm and Bower
On the other hand (Bower), the dist/ folder is missing in the repository and, therefore, the Bower package doesn't include it.
Read more >Bower — a package manager for the web
Bower can manage components that contain HTML, CSS, JavaScript, fonts or even image files. Bower doesn't concatenate or minify code or do anything...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Aha, that was the trick. Weird, since I’ve never had a problem with Bower cache before. In any case, I’m happy to be an example in case anyone else is seeing this issue.
See below for what I get after running
bower install angular-spinner@1.0.1
: