-
Notifications
You must be signed in to change notification settings - Fork 127
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
Update getting started for 1.0.0 #155
Comments
We should just list the versions of Node.js Grunt is compatible with instead. |
Both ideas perhaps? Drop v0.8, and change the sentence to a list of Node versions:
|
Grunt 1.x.x is compatible with the following versions of Node.js:
|
Shouldn't we specify a minimum npm version, mostly for node.js 0.10? Does everything work with the default npm that ships with node.js 0.10? |
@XhmikosR That's a good idea. I'd say |
Won't the property be applied for normal users too who just do |
@XhmikosR Sorry I dont follow. |
Why do you think it's a dev dep? Every user who does Correct me if I'm wrong. |
@XhmikosR What I mean by it's a dev dep is it's a dependency that should be specifically used for development. So if a package cannot install because a user is using As opposed to the version of Node.js which may not be as easy for a user to upgrade. It affects code beyond just while in development. Hopefully that makes sense? |
In getting started we say
We should drop node 0.8 for 1.0
cc @shama @JKAussieSkater
The text was updated successfully, but these errors were encountered: