mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
More specific express version to try to get old node working.
This commit is contained in:
parent
a79fa68deb
commit
cb6e2cd7f6
2 changed files with 3 additions and 3 deletions
|
@ -37,8 +37,8 @@ function get_boilerplate(name) {
|
||||||
|
|
||||||
Storage.prototype._internal_error = function(err, file, msg) {
|
Storage.prototype._internal_error = function(err, file, msg) {
|
||||||
this.logger.error( {err: err, file: file}
|
this.logger.error( {err: err, file: file}
|
||||||
, msg + ' @{file}: @{!err.message}'
|
, msg + ' @{file}: @{!err.message}'
|
||||||
)
|
)
|
||||||
return new UError({
|
return new UError({
|
||||||
status: 500,
|
status: 500,
|
||||||
msg: 'internal server error'
|
msg: 'internal server error'
|
||||||
|
|
|
@ -18,7 +18,7 @@ bin:
|
||||||
sinopia: ./bin/sinopia
|
sinopia: ./bin/sinopia
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
express: '>= 3.4.7 < 4.0.0-0'
|
express: '3.4.x'
|
||||||
commander: '>= 2.1.0'
|
commander: '>= 2.1.0'
|
||||||
js-yaml: '>= 3.0.1'
|
js-yaml: '>= 3.0.1'
|
||||||
cookies: '>= 0.3.8'
|
cookies: '>= 0.3.8'
|
||||||
|
|
Loading…
Add table
Reference in a new issue