-
Notifications
You must be signed in to change notification settings - Fork 63
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
[email protected] dependency isn't being installed #98
Comments
I'm also having a similar issue, but only started looking at it today. Will report back any findings. |
Same situation, Angular, Angular Animate, and Marked all don't get installed for some reason. I navigated directly to the directory and ran NPM 3.8.9 |
I am also experiencing this (but was not a month or two back). The index.html was loading angular and angular-animate just fine, but was failing because it could not find NPM 3.9.5 As an aside, when I had gulp-ngdocs running fine a month or so back I was passing in urls for all the angular scripts |
I’ve just installed gulp-ngdocs in a fresh directory and the dependencies seem to install just fine (including marked.js), which has me wondering if the issue could be due to a dependency conflict. I also couldn’t help noticing npm’s advice: Might not be a bad idea to update lodash to ^4.0.0 |
I tried loading it into an existing large angular project, so not sure if that was my issue or not. I will try loading in something else and see if I can't get it to install correctly without having to walk down to the module. I wonder why they would prefer it to be globally installed. I've always tried to keep my globals down to a minimum. |
I also noticed that it was adding scripts in addition to and not replacing those scripts while I was attempting to debug @paulhhowells. I get why they have the option, but I think the documentation on it is misleading as it relates to the core files. |
Just ran into this but it seems the issue is already fixed by c96abaf You can fix this by (as suggested by ErirWafford) running |
Another options is to add |
A new release including the npm 3 fixes has been published a couple days ago. Could you give this some testing pls:-) |
I'm using npm v3.8.6 and node v6.1.0 but the
marked
dependency is not being installed intogulp-ngdocs/node_modules
so I get a ReferenceError when trying to serve the docs. All other dependencies install fine.Some searching brought me to #79 but I have gulp-ngdocs v0.2.13 which contains this patch and still doesn't seem to be working. Any ideas?
The text was updated successfully, but these errors were encountered: