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

outdated ejs and stylus on generated package.json #38

Closed
aurium opened this issue Jul 28, 2014 · 2 comments
Closed

outdated ejs and stylus on generated package.json #38

aurium opened this issue Jul 28, 2014 · 2 comments

Comments

@aurium
Copy link

aurium commented Jul 28, 2014

Running express --ejs --css stylus generates a package.json with some outdated dependencies. Is there some technical reason?

  • require ejs 0.8.5, but the stable is 1.0.0
  • require stylus 0.42.3, but the stable is 0.47.3
@dougwilson
Copy link
Contributor

Is there some technical reason?

The versions we dump out in the generated package are the versions we know work with the generated files. A PR updating them and fixing whatever else needs to be fixed from the update is welcome.

@aurium
Copy link
Author

aurium commented Jul 28, 2014

So, no known issue between the stable lib releases and express? Good. I will test it, but may app is far to be enough test for express project.

cwonrails pushed a commit to cwonrails/generator that referenced this issue Apr 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants