Skip to content
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

Can't be installed with Grunt >1.0 #47

Open
alanalvarado opened this issue May 4, 2016 · 6 comments
Open

Can't be installed with Grunt >1.0 #47

alanalvarado opened this issue May 4, 2016 · 6 comments

Comments

@alanalvarado
Copy link

when i try npm install -g jit-grunt it exits with the next warn:

npm WARN jit-grunt@0.10.0 requires a peer of grunt@>=0.4.0 but none was installed.

but grunt is already installed

@vorotina
Copy link

I have the same issue

@highvoltag3
Copy link

Is there anything that'd prevent us from upgrading to grunt V1?

@henrahmagix
Copy link

henrahmagix commented Jul 5, 2016

Works fine for me. The peer dependency is configured correctly.

I don't think you have any grunt version installed. npm install -g grunt to install it.

However, I don't think you need to globally install jit-grunt, which is what -g does. You would usually only use this in individual projects, where you would install it locally:
npm install --save-dev grunt jit-grunt

@ArmorDarks
Copy link

It works fine, battle-tested. We just need to update peer dependency, I think.

@monolithed
Copy link

monolithed commented Nov 17, 2016

17:02:12 npm WARN jit-grunt@0.10.0 requires a peer of grunt@>=0.4.0 but none was installed.

I don't want to install grunt@>=0.4.0, I guess we should bump the grunt version

@oligibson
Copy link

oligibson commented Dec 20, 2016

This only seems to be an issue when installing with NPM 2, works fine with NPM 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants