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

Added the dependencies to package.json #43

Merged
merged 1 commit into from Dec 28, 2013
Merged

Added the dependencies to package.json #43

merged 1 commit into from Dec 28, 2013

Conversation

derek-meulmeester
Copy link
Contributor

Now after cloning the project, they only need to run npm install -g from the base project directory to globally and recursively install all required node modules (keep in mind if someone just runs npm install the node_modules folder will appear in the base project directory. Should consider adding a .gitignore if you do not want the node_modules folder appearing in the project).

This will create an easier way for all contributors to manage/install dependencies for the project.

…oject

only needs to run `npm install -g` from the base project directory to globally install all required
dependencies for the Knwl.js project. It will also help if in the future
more dependencies are added to create an easy way to manage/install them.
@benjojo
Copy link
Contributor

benjojo commented Dec 20, 2013

You should add node_modules to the git ignore then.

@benjojo benjojo mentioned this pull request Dec 25, 2013
@benjojo
Copy link
Contributor

benjojo commented Dec 28, 2013

This is ready to merge! Since my first one is merged in!

@derek-meulmeester
Copy link
Contributor Author

Thanks benjojo

benhmoore pushed a commit that referenced this pull request Dec 28, 2013
Added the dependencies to package.json
@benhmoore benhmoore merged commit 92c42d4 into benhmoore:master Dec 28, 2013
@@ -18,6 +18,10 @@
"engines": {
"node": "*"
},
"dependencies": {
"jasmine-node": "*",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, I didnt notice this , but these 2 should be in devDependencies, not dependencies. Can PR requestor please change this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

totally right, please see Merge #53

@gprasant
Copy link
Contributor

Sorry I didnt update here , but I too made the same pull request (changing the dependencies into devDependencies) in #52 ( corresponding issue #51 )

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

Successfully merging this pull request may close these issues.

None yet

4 participants