mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
- Change to meteor v1.8, finally got it working, at least it started.
Note that if MongoDB does not start, you could try fixing meteor's local database with command from https://github.com/meteor/meteor/issues/9591#issuecomment-367351465 that for Linux is `cd ~ && .meteor/packages/meteor-tool/1.8.0/mt-os.linux.x86_64/dev_bundle/mongodb/bin/mongod --dbpath ./repos/wekan/.meteor/local/db --repair` but that did not work for me, so I needed to move away (or delete) repos/wekan/.meteor/local/db file so that it was created again and with command `mongo` database could start correctly. Thanks to xet7 !
This commit is contained in:
parent
8becd9aad3
commit
3c53b3de15
3 changed files with 42 additions and 43 deletions
|
@ -6,12 +6,11 @@
|
||||||
meteor-base@1.4.0
|
meteor-base@1.4.0
|
||||||
|
|
||||||
# Build system
|
# Build system
|
||||||
ecmascript@0.12.4
|
ecmascript@0.12.0
|
||||||
stylus@2.513.13
|
stylus@2.513.13
|
||||||
standard-minifier-css@1.5.2
|
standard-minifier-css@1.5.0
|
||||||
standard-minifier-js@2.4.0
|
standard-minifier-js@2.4.0
|
||||||
mquandalle:jade
|
mquandalle:jade
|
||||||
coffeescript@2.3.1_2!
|
|
||||||
|
|
||||||
# Polyfills
|
# Polyfills
|
||||||
es5-shim@4.8.0
|
es5-shim@4.8.0
|
||||||
|
@ -32,19 +31,14 @@ kenton:accounts-sandstorm
|
||||||
service-configuration@1.0.11
|
service-configuration@1.0.11
|
||||||
useraccounts:unstyled
|
useraccounts:unstyled
|
||||||
useraccounts:flow-routing
|
useraccounts:flow-routing
|
||||||
accounts-password@1.5.1
|
|
||||||
simple:rest-accounts-password
|
|
||||||
wekan:wekan-ldap
|
|
||||||
wekan:accounts-cas
|
|
||||||
salleman:accounts-oidc
|
salleman:accounts-oidc
|
||||||
eluck:accounts-lockout
|
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
check@1.3.1
|
check@1.3.1
|
||||||
jquery@1.11.10
|
jquery@1.11.10
|
||||||
random@1.1.0
|
random@1.1.0
|
||||||
reactive-dict@1.3.0-beta181.9
|
reactive-dict@1.2.1
|
||||||
session@1.2.0-beta181.9
|
session@1.1.8
|
||||||
tracker@1.2.0
|
tracker@1.2.0
|
||||||
underscore@1.0.10
|
underscore@1.0.10
|
||||||
3stack:presence
|
3stack:presence
|
||||||
|
@ -59,7 +53,7 @@ mquandalle:autofocus
|
||||||
ongoworks:speakingurl
|
ongoworks:speakingurl
|
||||||
raix:handlebar-helpers
|
raix:handlebar-helpers
|
||||||
tap:i18n
|
tap:i18n
|
||||||
http@1.4.2
|
http@1.4.1
|
||||||
|
|
||||||
# UI components
|
# UI components
|
||||||
blaze
|
blaze
|
||||||
|
@ -76,17 +70,23 @@ verron:autosize
|
||||||
simple:json-routes
|
simple:json-routes
|
||||||
rajit:bootstrap3-datepicker
|
rajit:bootstrap3-datepicker
|
||||||
shell-server@0.4.0
|
shell-server@0.4.0
|
||||||
|
simple:rest-accounts-password
|
||||||
|
useraccounts:core
|
||||||
email@1.2.3
|
email@1.2.3
|
||||||
horka:swipebox
|
horka:swipebox
|
||||||
dynamic-import@0.5.1
|
dynamic-import@0.5.0
|
||||||
staringatlights:fast-render
|
staringatlights:fast-render
|
||||||
|
|
||||||
mixmax:smart-disconnect
|
mixmax:smart-disconnect
|
||||||
|
accounts-password@1.5.1
|
||||||
cfs:gridfs
|
cfs:gridfs
|
||||||
|
eluck:accounts-lockout
|
||||||
rzymek:fullcalendar
|
rzymek:fullcalendar
|
||||||
momentjs:moment@2.22.2
|
momentjs:moment@2.22.2
|
||||||
browser-policy-framing@1.1.0
|
browser-policy-framing@1.1.0
|
||||||
mquandalle:moment
|
mquandalle:moment
|
||||||
msavin:usercache
|
msavin:usercache
|
||||||
|
wekan:wekan-ldap
|
||||||
|
wekan:accounts-cas
|
||||||
wekan-scrollbar
|
wekan-scrollbar
|
||||||
mquandalle:perfect-scrollbar
|
mquandalle:perfect-scrollbar
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
METEOR@1.8.1-beta.9
|
METEOR@1.8
|
||||||
|
|
|
@ -6,13 +6,13 @@ aldeed:collection2@2.10.0
|
||||||
aldeed:collection2-core@1.2.0
|
aldeed:collection2-core@1.2.0
|
||||||
aldeed:schema-deny@1.1.0
|
aldeed:schema-deny@1.1.0
|
||||||
aldeed:schema-index@1.1.1
|
aldeed:schema-index@1.1.1
|
||||||
aldeed:simple-schema@1.5.4
|
aldeed:simple-schema@1.5.3
|
||||||
alethes:pages@1.8.6
|
alethes:pages@1.8.6
|
||||||
allow-deny@1.1.0
|
allow-deny@1.1.0
|
||||||
arillo:flow-router-helpers@0.5.2
|
arillo:flow-router-helpers@0.5.2
|
||||||
audit-argument-checks@1.0.7
|
audit-argument-checks@1.0.7
|
||||||
autoupdate@1.6.0-beta181.9
|
autoupdate@1.5.0
|
||||||
babel-compiler@7.2.4
|
babel-compiler@7.2.0
|
||||||
babel-runtime@1.3.0
|
babel-runtime@1.3.0
|
||||||
base64@1.0.11
|
base64@1.0.11
|
||||||
binary-heap@1.0.11
|
binary-heap@1.0.11
|
||||||
|
@ -21,8 +21,8 @@ blaze-tools@1.0.10
|
||||||
boilerplate-generator@1.6.0
|
boilerplate-generator@1.6.0
|
||||||
browser-policy-common@1.0.11
|
browser-policy-common@1.0.11
|
||||||
browser-policy-framing@1.1.0
|
browser-policy-framing@1.1.0
|
||||||
caching-compiler@1.2.1
|
caching-compiler@1.2.0
|
||||||
caching-html-compiler@1.1.3
|
caching-html-compiler@1.1.2
|
||||||
callback-hook@1.1.0
|
callback-hook@1.1.0
|
||||||
cfs:access-point@0.1.49
|
cfs:access-point@0.1.49
|
||||||
cfs:base-package@0.0.30
|
cfs:base-package@0.0.30
|
||||||
|
@ -36,26 +36,25 @@ cfs:http-publish@0.0.13
|
||||||
cfs:power-queue@0.9.11
|
cfs:power-queue@0.9.11
|
||||||
cfs:reactive-list@0.0.9
|
cfs:reactive-list@0.0.9
|
||||||
cfs:reactive-property@0.0.4
|
cfs:reactive-property@0.0.4
|
||||||
cfs:standard-packages@0.5.10
|
cfs:standard-packages@0.5.9
|
||||||
cfs:storage-adapter@0.2.4
|
cfs:storage-adapter@0.2.3
|
||||||
cfs:tempstore@0.1.6
|
cfs:tempstore@0.1.5
|
||||||
cfs:upload-http@0.0.20
|
cfs:upload-http@0.0.20
|
||||||
cfs:worker@0.1.5
|
cfs:worker@0.1.4
|
||||||
check@1.3.1
|
check@1.3.1
|
||||||
chuangbo:cookie@1.1.0
|
chuangbo:cookie@1.1.0
|
||||||
coffeescript@2.3.2_1
|
coffeescript@1.0.17
|
||||||
coffeescript-compiler@2.3.2_1
|
|
||||||
cottz:publish-relations@2.0.8
|
cottz:publish-relations@2.0.8
|
||||||
dburles:collection-helpers@1.1.0
|
dburles:collection-helpers@1.1.0
|
||||||
ddp@1.4.0
|
ddp@1.4.0
|
||||||
ddp-client@2.3.3
|
ddp-client@2.3.3
|
||||||
ddp-common@1.4.0
|
ddp-common@1.4.0
|
||||||
ddp-rate-limiter@1.0.7
|
ddp-rate-limiter@1.0.7
|
||||||
ddp-server@2.3.0-beta181.9
|
ddp-server@2.2.0
|
||||||
deps@1.0.12
|
deps@1.0.12
|
||||||
diff-sequence@1.1.1
|
diff-sequence@1.1.0
|
||||||
dynamic-import@0.5.1
|
dynamic-import@0.5.0
|
||||||
ecmascript@0.12.4
|
ecmascript@0.12.0
|
||||||
ecmascript-runtime@0.7.0
|
ecmascript-runtime@0.7.0
|
||||||
ecmascript-runtime-client@0.8.0
|
ecmascript-runtime-client@0.8.0
|
||||||
ecmascript-runtime-server@0.7.1
|
ecmascript-runtime-server@0.7.1
|
||||||
|
@ -71,11 +70,11 @@ horka:swipebox@1.0.2
|
||||||
hot-code-push@1.0.4
|
hot-code-push@1.0.4
|
||||||
html-tools@1.0.11
|
html-tools@1.0.11
|
||||||
htmljs@1.0.11
|
htmljs@1.0.11
|
||||||
http@1.4.2
|
http@1.4.1
|
||||||
id-map@1.1.0
|
id-map@1.1.0
|
||||||
idmontie:migrations@1.0.3
|
idmontie:migrations@1.0.3
|
||||||
inter-process-messaging@0.1.0
|
inter-process-messaging@0.1.0
|
||||||
jquery@1.11.11
|
jquery@1.11.10
|
||||||
kadira:blaze-layout@2.3.0
|
kadira:blaze-layout@2.3.0
|
||||||
kadira:dochead@1.5.0
|
kadira:dochead@1.5.0
|
||||||
kadira:flow-router@2.12.1
|
kadira:flow-router@2.12.1
|
||||||
|
@ -96,16 +95,16 @@ meteorhacks:meteorx@1.4.1
|
||||||
meteorhacks:picker@1.0.3
|
meteorhacks:picker@1.0.3
|
||||||
meteorhacks:subs-manager@1.6.4
|
meteorhacks:subs-manager@1.6.4
|
||||||
meteorspark:util@0.2.0
|
meteorspark:util@0.2.0
|
||||||
minifier-css@1.4.1
|
minifier-css@1.4.0
|
||||||
minifier-js@2.4.0
|
minifier-js@2.4.0
|
||||||
minifiers@1.1.8-faster-rebuild.0
|
minifiers@1.1.8-faster-rebuild.0
|
||||||
minimongo@1.4.5
|
minimongo@1.4.5
|
||||||
mixmax:smart-disconnect@0.0.4
|
mixmax:smart-disconnect@0.0.4
|
||||||
mobile-status-bar@1.0.14
|
mobile-status-bar@1.0.14
|
||||||
modern-browsers@0.1.4-beta181.9
|
modern-browsers@0.1.3
|
||||||
modules@0.13.0
|
modules@0.13.0
|
||||||
modules-runtime@0.10.3
|
modules-runtime@0.10.2
|
||||||
momentjs:moment@2.23.0
|
momentjs:moment@2.22.2
|
||||||
mongo@1.6.0
|
mongo@1.6.0
|
||||||
mongo-decimal@0.1.0
|
mongo-decimal@0.1.0
|
||||||
mongo-dev-server@1.1.0
|
mongo-dev-server@1.1.0
|
||||||
|
@ -123,8 +122,8 @@ mquandalle:mousetrap-bindglobal@0.0.1
|
||||||
mquandalle:perfect-scrollbar@0.6.5_2
|
mquandalle:perfect-scrollbar@0.6.5_2
|
||||||
msavin:usercache@1.0.0
|
msavin:usercache@1.0.0
|
||||||
npm-bcrypt@0.9.3
|
npm-bcrypt@0.9.3
|
||||||
npm-mongo@3.1.2-beta181.9
|
npm-mongo@3.1.1
|
||||||
oauth@1.2.7
|
oauth@1.2.3
|
||||||
oauth2@1.2.1
|
oauth2@1.2.1
|
||||||
observe-sequence@1.0.16
|
observe-sequence@1.0.16
|
||||||
ongoworks:speakingurl@1.1.0
|
ongoworks:speakingurl@1.1.0
|
||||||
|
@ -135,13 +134,13 @@ peerlibrary:blaze-components@0.15.1
|
||||||
peerlibrary:computed-field@0.9.0
|
peerlibrary:computed-field@0.9.0
|
||||||
peerlibrary:reactive-field@0.3.0
|
peerlibrary:reactive-field@0.3.0
|
||||||
perak:markdown@1.0.5
|
perak:markdown@1.0.5
|
||||||
promise@0.11.2
|
promise@0.11.1
|
||||||
raix:eventemitter@0.1.3
|
raix:eventemitter@0.1.3
|
||||||
raix:handlebar-helpers@0.2.5
|
raix:handlebar-helpers@0.2.5
|
||||||
rajit:bootstrap3-datepicker@1.7.1_1
|
rajit:bootstrap3-datepicker@1.7.1
|
||||||
random@1.1.0
|
random@1.1.0
|
||||||
rate-limit@1.0.9
|
rate-limit@1.0.9
|
||||||
reactive-dict@1.3.0-beta181.9
|
reactive-dict@1.2.1
|
||||||
reactive-var@1.0.11
|
reactive-var@1.0.11
|
||||||
reload@1.2.0
|
reload@1.2.0
|
||||||
retry@1.1.0
|
retry@1.1.0
|
||||||
|
@ -150,7 +149,7 @@ rzymek:fullcalendar@3.8.0
|
||||||
salleman:accounts-oidc@1.0.9
|
salleman:accounts-oidc@1.0.9
|
||||||
salleman:oidc@1.0.9
|
salleman:oidc@1.0.9
|
||||||
service-configuration@1.0.11
|
service-configuration@1.0.11
|
||||||
session@1.2.0
|
session@1.1.8
|
||||||
sha@1.0.9
|
sha@1.0.9
|
||||||
shell-server@0.4.0
|
shell-server@0.4.0
|
||||||
simple:authenticate-user-by-token@1.0.1
|
simple:authenticate-user-by-token@1.0.1
|
||||||
|
@ -163,11 +162,11 @@ softwarerero:accounts-t9n@1.3.11
|
||||||
spacebars@1.0.15
|
spacebars@1.0.15
|
||||||
spacebars-compiler@1.1.3
|
spacebars-compiler@1.1.3
|
||||||
srp@1.0.12
|
srp@1.0.12
|
||||||
standard-minifier-css@1.5.2
|
standard-minifier-css@1.5.0
|
||||||
standard-minifier-js@2.4.0
|
standard-minifier-js@2.4.0
|
||||||
staringatlights:fast-render@2.16.5
|
staringatlights:fast-render@2.16.5
|
||||||
staringatlights:inject-data@2.0.5
|
staringatlights:inject-data@2.0.5
|
||||||
stylus@2.513.14
|
stylus@2.513.13
|
||||||
tap:i18n@1.8.2
|
tap:i18n@1.8.2
|
||||||
templates:tabs@2.3.0
|
templates:tabs@2.3.0
|
||||||
templating@1.3.2
|
templating@1.3.2
|
||||||
|
@ -182,7 +181,7 @@ useraccounts:core@1.14.2
|
||||||
useraccounts:flow-routing@1.14.2
|
useraccounts:flow-routing@1.14.2
|
||||||
useraccounts:unstyled@1.14.2
|
useraccounts:unstyled@1.14.2
|
||||||
verron:autosize@3.0.8
|
verron:autosize@3.0.8
|
||||||
webapp@1.7.2
|
webapp@1.7.0
|
||||||
webapp-hashing@1.0.9
|
webapp-hashing@1.0.9
|
||||||
wekan-scrollbar@3.1.3
|
wekan-scrollbar@3.1.3
|
||||||
wekan:accounts-cas@0.1.0
|
wekan:accounts-cas@0.1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue