mean-admin icon indicating copy to clipboard operation
mean-admin copied to clipboard

mean-admin installs to node_modules folder not packages folder

Open exoer opened this issue 10 years ago • 7 comments

FYI: I was confused that mean-admin installs to node_modules folders and not in packages folder where I expected it. Is this the intended behavior?

exoer avatar Aug 05 '14 12:08 exoer

Yes, mean-admin is installed in the node_modules; in order to work with them you just go to your "node_modules/mean-admin" and do whatever you want. Just remember that if you are using live reload, you have to turn the server on again so it registers the changes.

adle29 avatar Aug 19 '14 15:08 adle29

I came here to ask the same question! Is there any reason I can't move it over to the packages folder? Makes more sense to me conceptually.

TylerL-uxai avatar Sep 12 '14 20:09 TylerL-uxai

@exoer @adle29 @Squ34k3rZ - Mean admin currently installs in node_modules, but this changes with the latest version of mean (core, meanio, and mean-cli). What happens is we will now be having mean.json file which acts like bower.json or package.json, and those packages mentioned in mean.json will get installed in packages/contrib.

So packages will kinda evolve into contrib + core + custom....This probably makes dev easier on it, and it makes more sense logically. We want to focus and channel us into package contribution, and its all part of the process. :-)

Lior, will probably be able to give you an update on this.

pratik60 avatar Sep 12 '14 20:09 pratik60

Thanks! I just updated angular-ui bootstrap after using your mean-admins package. The entire accordion tab should be clickable now instead of just the text.

UX Dork

TylerL-uxai avatar Sep 12 '14 21:09 TylerL-uxai

@pratik60 - What version do these changes take effect in?

graywithanA avatar Sep 30 '14 15:09 graywithanA

Latest version of meanio for sure..

Can't be sure when was this exact change made and published to npm On 30 Sep 2014 21:22, "Travis Gray" [email protected] wrote:

@pratik60 https://github.com/pratik60 - What version do these changes take effect in?

— Reply to this email directly or view it on GitHub https://github.com/linnovate/mean-admin/issues/11#issuecomment-57335869.

pratik60 avatar Oct 01 '14 15:10 pratik60

What I'm confused about is that $ mean -v returns 0.6.6 on my machine but the github page says it's only at 0.5.40 and my mean-admin package was installed into node_modules.

Any thoughts?

graywithanA avatar Oct 01 '14 15:10 graywithanA