Did an update:
This project is already at Meteor 1.4.4.2, the latest release.
Changes to your project's package version selections from updating package versions:
ostrio:cookies upgraded from 2.2.0 to 2.2.1
ostrio:files upgraded from 1.7.13 to 1.7.15
react-meteor-data upgraded from 0.2.9 to 0.2.11
reywood:publish-composite upgraded from 1.5.1 to 1.5.2
node Version: 4.8.3
npm Version: 4.6.1
--> Error:
Error: Cannot find module './lib/cookies'
at require (packages/modules-runtime.js:123:19)
at meteorInstall.node_modules.request.index.js (packages/modules.js:9409:29)
at fileEvaluate (packages/modules-runtime.js:197:9)
at require (packages/modules-runtime.js:120:16)
at meteorInstall.node_modules.meteor.ostrio:files.files.coffee.js (packages/ostrio_files/files.coffee:10:14)
at fileEvaluate (packages/modules-runtime.js:197:9)
at require (packages/modules-runtime.js:120:16)
at /Users/patrick/dev/orderlion/orderlion_react/app/.meteor/local/build/programs/server/packages/ostrio_files.js:4839:15
at /Users/patrick/dev/orderlion/orderlion_react/app/.meteor/local/build/programs/server/packages/ostrio_files.js:4850:3
at /Users/patrick/dev/orderlion/orderlion_react/app/.meteor/local/build/programs/server/boot.js:303:34
Any ideas on this?
Can't start my app anymore! :(
best, P
EDIT:
I rolled back to 1.7.13, still same error. :(
EDIT 2:
Had to completely remove your package for now. I tried deleting .meteor/local and node_modules, thus re-downloading and installing all packages and stuff. same problem. I hope you guys can help ... I am a bit lost what exactly completely broke my app. It is definitely cause by your package (or maybe your "cookie" package) as my app starts up again now.
Hello @Twisterking ,
I've faced similar issue few times, and usually it was solved with:
meteor remove ostrio:files
meteor add ostrio:files
For cases with error like this
Can't find npm module 'module-name'. Did you forget to call 'Npm.depends'
Removing node_modules and reinstalling npm packages:
meteor reset
meteor remove ostrio:files
meteor add ostrio:files
rm -Rf ./node_modules
meteor npm install --save
Had to completely remove your package for now.
Well if it's removed, - how it may cause an issue?
Have you tried to set constrains for two other updated packages?
[email protected]
reywood:[email protected]
Is error message changed after you've removed ostrio:files?
Please read my comment again! ;) I already wrote that it is definitely this package as the error is gone after removing the package! I also tried reinstalling all packages (npm and atmosphere) - no change!
So it is definitly caused either by ostrio:files or ostrio:cookies. also trying to set a constraint to version 1.7.13 - same error.
@Twisterking thanks now it's more clear!
Could you please reproduce the error with export METEOR_PROFILE=1 and post logs here.
will get back to you asap! :)
Here is is: I hope you can help! :) https://pastebin.com/PB3f68nf
@Twisterking Please in addition post your .meteor/packages file
The most weird thing, we don't have ./lib/cookies in meteor-files, nor in meteor-cookies package
Here is my packages file (please mind the # packages):
# Meteor packages used by this project, one per line.
# Check this file (and the other files in this directory) into your repository.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # The database Meteor supports right now
[email protected] # Reactive variable for tracker
[email protected]
[email protected] # Meteor's client-side reactive programming library
[email protected] # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers.
[email protected] # Enable ECMAScript2015+ syntax in app code
[email protected] # Allow all DB writes from clients (for prototyping)
react-meteor-data
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
fourseven:scss
alanning:roles
themeteorchef:bert
xolvio:cleaner
xolvio:backdoor
mdg:validated-method
nimble:restivus
stevezhu:lodash
strosch:call
mizzao:user-status
meteorhacks:aggregate
# jcbernack:reactive-aggregate
# rzymek:moment-locale-de-at
marvin:xmlbuilder
waitingkuo:normalize
deanius:promise
# meteorhacks:search-source
wolves:bourbon
reywood:publish-composite
seba:minifiers-autoprefixer
aldeed:[email protected]
ostrio:files
meteorhacks:picker
[email protected]
mizzao:timesync
msavin:[email protected]
natestrauser:publish-performant-counts
tmeasday:publish-counts
yep it is weird indeed. but for some reason this only happens with your package and after that update. :/
The best guess from logs you have posted - incompatibility in CoffeeScript.
What happens if you run meteor update --all-packages?
Here the last couple of lines after removing ostrio:files again and thus starting up successfully:
I20170519-18:49:29.191(2)? | (#1) Profiling: Server startup
I20170519-18:49:29.246(2)? |
I20170519-18:49:29.247(2)? | Server startup................................................4,282 ms (1)
I20170519-18:49:29.248(2)? | โโ Load server bundles........................................4,158 ms (1)
I20170519-18:49:29.248(2)? | โ โโ packages/underscore.js 3 ms (1)
I20170519-18:49:29.248(2)? | โ โโ packages/meteor.js.........................................11 ms (1)
I20170519-18:49:29.249(2)? | โ โ โโ Npm.require("meteor-deque") 3 ms (1)
I20170519-18:49:29.250(2)? | โ โ โโ Npm.require("url") 3 ms (1)
I20170519-18:49:29.250(2)? | โ โ โโ other packages/meteor.js 4 ms
I20170519-18:49:29.251(2)? | โ โโ packages/npm-mongo.js.....................................251 ms (1)
I20170519-18:49:29.251(2)? | โ โ โโ Npm.require("mongodb") 250 ms (1)
I20170519-18:49:29.252(2)? | โ โโ packages/modules-runtime.js 1 ms (1)
I20170519-18:49:29.252(2)? | โ โโ packages/modules.js........................................20 ms (1)
I20170519-18:49:29.253(2)? | โ โ โโ require("./node_modules/meteor/modules/server.js")......17 ms (1)
I20170519-18:49:29.253(2)? | โ โ โ โโ require("./install-packages.js") 8 ms (1)
I20170519-18:49:29.254(2)? | โ โ โ โโ require("./reify.js").................................7 ms (1)
I20170519-18:49:29.254(2)? | โ โ โ โ โโ require("reify/lib/runtime") 6 ms (1)
I20170519-18:49:29.254(2)? | โ โ โ โโ other require("./node_modules/meteor/modules/server.js") 1 ms
I20170519-18:49:29.255(2)? | โ โ โโ other packages/modules.js 3 ms
I20170519-18:49:29.255(2)? | โ โโ packages/es5-shim.js.......................................26 ms (1)
I20170519-18:49:29.256(2)? | โ โ โโ require("./node_modules/meteor/es5-shim/server.js").....25 ms (1)
I20170519-18:49:29.256(2)? | โ โ โโ require("es5-shim/es5-shim.js") 25 ms (1)
I20170519-18:49:29.256(2)? | โ โโ packages/promise.js........................................16 ms (1)
I20170519-18:49:29.257(2)? | โ โ โโ require("./node_modules/meteor/promise/server.js")......15 ms (1)
I20170519-18:49:29.257(2)? | โ โ โ โโ require("meteor-promise") 5 ms (1)
I20170519-18:49:29.257(2)? | โ โ โ โโ require("fibers") 9 ms (1)
I20170519-18:49:29.258(2)? | โ โ โโ other packages/promise.js 2 ms
I20170519-18:49:29.259(2)? | โ โโ packages/ecmascript-runtime.js............................304 ms (1)
I20170519-18:49:29.260(2)? | โ โ โโ require("./node_modules/meteor/ecmascript-runtime/runtime.js").304 ms (1)
I20170519-18:49:29.261(2)? | โ โ โโ require("meteor-ecmascript-runtime") 304 ms (1)
I20170519-18:49:29.262(2)? | โ โโ packages/babel-runtime.js...................................6 ms (1)
I20170519-18:49:29.263(2)? | โ โ โโ require("./node_modules/meteor/babel-runtime/babel-runtime.js").6 ms (1)
I20170519-18:49:29.263(2)? | โ โ โโ require("meteor-babel-helpers") 2 ms (1)
I20170519-18:49:29.263(2)? | โ โ โโ require("babel-runtime/regenerator") 4 ms (1)
I20170519-18:49:29.263(2)? | โ โโ packages/random.js..........................................3 ms (1)
I20170519-18:49:29.264(2)? | โ โ โโ require("./node_modules/meteor/random/random.js") 3 ms (1)
I20170519-18:49:29.264(2)? | โ โโ packages/geojson-utils.js...................................1 ms (1)
I20170519-18:49:29.264(2)? | โ โ โโ require("./node_modules/meteor/geojson-utils/main.js") 1 ms (1)
I20170519-18:49:29.264(2)? | โ โโ packages/minimongo.js......................................76 ms (1)
I20170519-18:49:29.265(2)? | โ โ โโ require("./node_modules/meteor/minimongo/minimongo.js").64 ms (1)
I20170519-18:49:29.269(2)? | โ โ โ โโ require("/node_modules/meteor/minimongo/validation.js").61 ms (1)
I20170519-18:49:29.270(2)? | โ โ โ โ โโ require("babel-runtime/helpers/typeof") 59 ms (1)
I20170519-18:49:29.271(2)? | โ โ โ โ โโ other require("/node_modules/meteor/minimongo/validation.js") 2 ms
I20170519-18:49:29.271(2)? | โ โ โ โโ other require("./node_modules/meteor/minimongo/minimongo.js") 3 ms
I20170519-18:49:29.272(2)? | โ โ โโ require("./node_modules/meteor/minimongo/selector.js") 4 ms (1)
I20170519-18:49:29.272(2)? | โ โ โโ require("./node_modules/meteor/minimongo/sort.js") 1 ms (1)
I20170519-18:49:29.272(2)? | โ โ โโ require("./node_modules/meteor/minimongo/modify.js") 2 ms (1)
I20170519-18:49:29.273(2)? | โ โโ packages/check.js...........................................2 ms (1)
I20170519-18:49:29.273(2)? | โ โ โโ require("./node_modules/meteor/check/match.js") 2 ms (1)
I20170519-18:49:29.273(2)? | โ โโ packages/ddp-client.js.....................................21 ms (1)
I20170519-18:49:29.274(2)? | โ โ โโ require("./node_modules/meteor/ddp-client/stream_client_nodejs.js") 2 ms (1)
I20170519-18:49:29.274(2)? | โ โ โโ require("./node_modules/meteor/ddp-client/stream_client_common.js") 1 ms (1)
I20170519-18:49:29.274(2)? | โ โ โโ require("./node_modules/meteor/ddp-client/livedata_connection.js").16 ms (1)
I20170519-18:49:29.275(2)? | โ โ โโ require("/node_modules/meteor/ddp-client/id_map.js")..8 ms (1)
I20170519-18:49:29.275(2)? | โ โ โ โโ require("babel-runtime/helpers/possibleConstructorReturn") 1 ms (1)
I20170519-18:49:29.276(2)? | โ โ โ โโ require("babel-runtime/helpers/inherits") 6 ms (1)
I20170519-18:49:29.277(2)? | โ โ โโ other require("./node_modules/meteor/ddp-client/livedata_connection.js") 7 ms
I20170519-18:49:29.277(2)? | โ โโ packages/logging.js.........................................2 ms (1)
I20170519-18:49:29.278(2)? | โ โ โโ require("./node_modules/meteor/logging/logging.js") 1 ms (1)
I20170519-18:49:29.278(2)? | โ โโ packages/htmljs.js 13 ms (1)
I20170519-18:49:29.278(2)? | โ โโ packages/html-tools.js 18 ms (1)
I20170519-18:49:29.279(2)? | โ โโ packages/blaze-tools.js 2 ms (1)
I20170519-18:49:29.280(2)? | โ โโ packages/spacebars-compiler.js.............................82 ms (1)
I20170519-18:49:29.280(2)? | โ โ โโ Npm.require("uglify-js") 81 ms (1)
I20170519-18:49:29.281(2)? | โ โโ packages/webapp.js........................................231 ms (1)
I20170519-18:49:29.283(2)? | โ โ โโ require("./node_modules/meteor/webapp/webapp_server.js").231 ms (1)
I20170519-18:49:29.284(2)? | โ โ โโ Npm.require("http") 10 ms (1)
I20170519-18:49:29.284(2)? | โ โ โโ Npm.require("connect") 103 ms (1)
I20170519-18:49:29.285(2)? | โ โ โโ Npm.require("useragent") 17 ms (1)
I20170519-18:49:29.286(2)? | โ โ โโ Npm.require("send") 8 ms (1)
I20170519-18:49:29.287(2)? | โ โ โโ other require("./node_modules/meteor/webapp/webapp_server.js") 92 ms
I20170519-18:49:29.287(2)? | โ โโ packages/ddp-server.js....................................110 ms (1)
I20170519-18:49:29.288(2)? | โ โ โโ require("./node_modules/meteor/ddp-server/stream_server.js") 1 ms (1)
I20170519-18:49:29.289(2)? | โ โ โโ require("./node_modules/meteor/ddp-server/livedata_server.js") 6 ms (1)
I20170519-18:49:29.290(2)? | โ โ โโ require("./node_modules/meteor/ddp-server/writefence.js") 1 ms (1)
I20170519-18:49:29.290(2)? | โ โ โโ require("./node_modules/meteor/ddp-server/server_convenience.js").100 ms (1)
I20170519-18:49:29.291(2)? | โ โ โโ Npm.require("sockjs") 87 ms (1)
I20170519-18:49:29.291(2)? | โ โ โโ Npm.require("permessage-deflate") 5 ms (1)
I20170519-18:49:29.291(2)? | โ โ โโ other require("./node_modules/meteor/ddp-server/server_convenience.js") 8 ms
I20170519-18:49:29.292(2)? | โ โโ packages/allow-deny.js......................................2 ms (1)
I20170519-18:49:29.292(2)? | โ โ โโ require("./node_modules/meteor/allow-deny/allow-deny.js") 2 ms (1)
I20170519-18:49:29.292(2)? | โ โโ packages/mongo.js..........................................15 ms (1)
I20170519-18:49:29.293(2)? | โ โ โโ require("./node_modules/meteor/mongo/mongo_driver.js") 4 ms (1)
I20170519-18:49:29.293(2)? | โ โ โโ require("./node_modules/meteor/mongo/oplog_tailing.js") 1 ms (1)
I20170519-18:49:29.293(2)? | โ โ โโ require("./node_modules/meteor/mongo/observe_multiplex.js") 1 ms (1)
I20170519-18:49:29.293(2)? | โ โ โโ require("./node_modules/meteor/mongo/oplog_observe_driver.js") 2 ms (1)
I20170519-18:49:29.294(2)? | โ โ โโ require("./node_modules/meteor/mongo/collection.js") 3 ms (1)
I20170519-18:49:29.294(2)? | โ โ โโ other packages/mongo.js 1 ms
I20170519-18:49:29.295(2)? | โ โโ packages/tmeasday_check-npm-versions.js.....................8 ms (1)
I20170519-18:49:29.296(2)? | โ โ โโ require("./node_modules/meteor/tmeasday:check-npm-versions/check-npm-versions.js").8 ms (1)
I20170519-18:49:29.296(2)? | โ โ โโ require("/node_modules/meteor/tmeasday:check-npm-versions/node_modules/semver/semver.js") 6 ms (1)
I20170519-18:49:29.297(2)? | โ โ โโ other require("./node_modules/meteor/tmeasday:check-npm-versions/check-npm-versions.js") 2 ms
I20170519-18:49:29.297(2)? | โ โโ packages/react-meteor-data.js..............................61 ms (1)
I20170519-18:49:29.297(2)? | โ โ โโ require("./node_modules/meteor/react-meteor-data/react-meteor-data.jsx").61 ms (1)
I20170519-18:49:29.298(2)? | โ โ โโ require("/node_modules/meteor/react-meteor-data/createContainer.jsx").53 ms (1)
I20170519-18:49:29.351(2)? | โ โ โ โโ require("/node_modules/react/react.js") 44 ms (1)
I20170519-18:49:29.352(2)? | โ โ โ โโ require("/node_modules/meteor/react-meteor-data/ReactMeteorData.jsx").8 ms (1)
I20170519-18:49:29.352(2)? | โ โ โ โ โโ require("babel-runtime/helpers/extends") 6 ms (1)
I20170519-18:49:29.353(2)? | โ โ โ โ โโ other require("/node_modules/meteor/react-meteor-data/ReactMeteorData.jsx") 2 ms
I20170519-18:49:29.354(2)? | โ โ โ โโ other require("/node_modules/meteor/react-meteor-data/createContainer.jsx") 2 ms
I20170519-18:49:29.354(2)? | โ โ โโ other require("./node_modules/meteor/react-meteor-data/react-meteor-data.jsx") 7 ms
I20170519-18:49:29.355(2)? | โ โโ packages/npm-bcrypt.js......................................8 ms (1)
I20170519-18:49:29.355(2)? | โ โ โโ require("./node_modules/meteor/npm-bcrypt/wrapper.js")...7 ms (1)
I20170519-18:49:29.356(2)? | โ โ โโ require("bcrypt") 6 ms (1)
I20170519-18:49:29.357(2)? | โ โโ packages/accounts-base.js.................................180 ms (1)
I20170519-18:49:29.357(2)? | โ โ โโ require("./node_modules/meteor/accounts-base/server_main.js").179 ms (1)
I20170519-18:49:29.358(2)? | โ โ โโ require("/node_modules/meteor/accounts-base/accounts_server.js").48 ms (1)
I20170519-18:49:29.358(2)? | โ โ โ โโ require("/node_modules/meteor/accounts-base/accounts_common.js") 42 ms (1)
I20170519-18:49:29.359(2)? | โ โ โ โโ other require("/node_modules/meteor/accounts-base/accounts_server.js") 6 ms
I20170519-18:49:29.359(2)? | โ โ โโ require("/node_modules/meteor/accounts-base/accounts_rate_limit.js") 1 ms (1)
I20170519-18:49:29.360(2)? | โ โ โโ Npm.require("mongodb-uri") 3 ms (1)
I20170519-18:49:29.361(2)? | โ โ โโ other require("./node_modules/meteor/accounts-base/server_main.js") 127 ms
I20170519-18:49:29.362(2)? | โ โโ packages/srp.js 10 ms (1)
I20170519-18:49:29.362(2)? | โ โโ packages/email.js..........................................85 ms (1)
I20170519-18:49:29.363(2)? | โ โ โโ Npm.require("node4mailer") 83 ms (2)
I20170519-18:49:29.363(2)? | โ โโ packages/accounts-password.js...............................7 ms (1)
I20170519-18:49:29.364(2)? | โ โ โโ require("./node_modules/meteor/accounts-password/password_server.js") 6 ms (1)
I20170519-18:49:29.364(2)? | โ โโ packages/browser-policy-content.js........................105 ms (1)
I20170519-18:49:29.365(2)? | โ โ โโ require("./node_modules/meteor/browser-policy-content/browser-policy-content.js") 104 ms (1)
I20170519-18:49:29.372(2)? | โ โโ packages/browser-policy-framing.js..........................2 ms (1)
I20170519-18:49:29.373(2)? | โ โ โโ require("./node_modules/meteor/browser-policy-framing/browser-policy-framing.js") 2 ms (1)
I20170519-18:49:29.374(2)? | โ โโ packages/shell-server.js...................................29 ms (1)
I20170519-18:49:29.375(2)? | โ โ โโ require("./node_modules/meteor/shell-server/main.js")...29 ms (1)
I20170519-18:49:29.375(2)? | โ โ โโ require("/node_modules/meteor/shell-server/shell-server.js").17 ms (2)
I20170519-18:49:29.376(2)? | โ โ โ โโ require("underscore") 12 ms (1)
I20170519-18:49:29.377(2)? | โ โ โ โโ other require("/node_modules/meteor/shell-server/shell-server.js") 3 ms
I20170519-18:49:29.379(2)? | โ โ โโ other require("./node_modules/meteor/shell-server/main.js") 12 ms
I20170519-18:49:29.380(2)? | โ โโ packages/alanning_roles.js 3 ms (1)
I20170519-18:49:29.385(2)? | โ โโ packages/mdg_validated-method.js 1 ms (1)
I20170519-18:49:29.387(2)? | โ โโ packages/simple_json-routes.js............................170 ms (1)
I20170519-18:49:29.389(2)? | โ โ โโ Npm.require("connect") 106 ms (1)
I20170519-18:49:29.390(2)? | โ โ โโ Npm.require("connect-route") 3 ms (1)
I20170519-18:49:29.393(2)? | โ โ โโ other packages/simple_json-routes.js 61 ms
I20170519-18:49:29.394(2)? | โ โโ packages/stevezhu_lodash.js................................62 ms (1)
I20170519-18:49:29.394(2)? | โ โ โโ Npm.require("lodash") 62 ms (1)
I20170519-18:49:29.395(2)? | โ โโ packages/mizzao_user-status.js 9 ms (1)
I20170519-18:49:29.395(2)? | โ โโ packages/marvin_xmlbuilder.js..............................94 ms (1)
I20170519-18:49:29.396(2)? | โ โ โโ require("./node_modules/meteor/marvin:xmlbuilder/xmlbuilder.js").93 ms (1)
I20170519-18:49:29.396(2)? | โ โ โโ Npm.require("xmlbuilder") 93 ms (1)
I20170519-18:49:29.396(2)? | โ โโ packages/http.js..........................................254 ms (1)
I20170519-18:49:29.397(2)? | โ โ โโ require("./node_modules/meteor/http/httpcall_common.js") 1 ms (1)
I20170519-18:49:29.397(2)? | โ โ โโ require("./node_modules/meteor/http/httpcall_server.js").252 ms (1)
I20170519-18:49:29.397(2)? | โ โ โโ Npm.require("request") 249 ms (1)
I20170519-18:49:29.398(2)? | โ โ โโ Npm.require("request/package.json") 2 ms (1)
I20170519-18:49:29.398(2)? | โ โโ packages/reywood_publish-composite.js......................11 ms (1)
I20170519-18:49:29.398(2)? | โ โ โโ require("./node_modules/meteor/reywood:publish-composite/lib/publish_composite.js").10 ms (1)
I20170519-18:49:29.399(2)? | โ โ โโ require("/node_modules/meteor/reywood:publish-composite/lib/publication.js").6 ms (1)
I20170519-18:49:29.399(2)? | โ โ โ โโ require("/node_modules/meteor/reywood:publish-composite/lib/logging.js") 1 ms (1)
I20170519-18:49:29.400(2)? | โ โ โ โโ require("/node_modules/meteor/reywood:publish-composite/lib/published_document_list.js") 3 ms (1)
I20170519-18:49:29.400(2)? | โ โ โ โโ other require("/node_modules/meteor/reywood:publish-composite/lib/publication.js") 1 ms
I20170519-18:49:29.401(2)? | โ โ โโ require("/node_modules/meteor/reywood:publish-composite/lib/subscription.js") 3 ms (1)
I20170519-18:49:29.401(2)? | โ โ โโ other require("./node_modules/meteor/reywood:publish-composite/lib/publish_composite.js") 1 ms
I20170519-18:49:29.401(2)? | โ โโ packages/aldeed_collection2-core.js.......................192 ms (1)
I20170519-18:49:29.402(2)? | โ โ โโ require("./node_modules/meteor/aldeed:collection2-core/collection2.js").192 ms (1)
I20170519-18:49:29.402(2)? | โ โ โโ require("simpl-schema/package.json") 2 ms (1)
I20170519-18:49:29.403(2)? | โ โ โโ require("simpl-schema") 185 ms (1)
I20170519-18:49:29.403(2)? | โ โ โโ other require("./node_modules/meteor/aldeed:collection2-core/collection2.js") 4 ms
I20170519-18:49:29.403(2)? | โ โโ packages/meteorhacks_picker.js..............................8 ms (1)
I20170519-18:49:29.404(2)? | โ โ โโ Npm.require("path-to-regexp") 8 ms (1)
I20170519-18:49:29.404(2)? | โ โโ packages/meteortoys_toykit.js 6 ms (1)
I20170519-18:49:29.405(2)? | โ โโ packages/autoupdate.js 1 ms (1)
I20170519-18:49:29.405(2)? | โ โโ app/app.js..............................................1,396 ms (1)
I20170519-18:49:29.406(2)? | โ โ โโ require("./server/main.js")..........................1,395 ms (1)
I20170519-18:49:29.406(2)? | โ โ โ โโ require("/imports/startup/server/index.js").......1,394 ms (1)
I20170519-18:49:29.406(2)? | โ โ โ โโ require("/imports/startup/server/browser-policy.js") 71 ms (1)
I20170519-18:49:29.407(2)? | โ โ โ โโ require("/imports/startup/server/fixtures.js").1,090 ms (1)
I20170519-18:49:29.407(2)? | โ โ โ โ โโ require("/node_modules/pdfmake/src/printer.js") 465 ms (1)
I20170519-18:49:29.408(2)? | โ โ โ โ โโ require("/node_modules/mailgun-js/lib/mailgun.js") 619 ms (1)
I20170519-18:49:29.408(2)? | โ โ โ โ โโ other require("/imports/startup/server/fixtures.js") 5 ms
I20170519-18:49:29.408(2)? | โ โ โ โโ require("/imports/startup/server/api.js")........228 ms (1)
I20170519-18:49:29.409(2)? | โ โ โ โ โโ require("/imports/api/methods/index.js")......219 ms (1)
I20170519-18:49:29.409(2)? | โ โ โ โ โ โโ require("/imports/api/methods/manage.js")..202 ms (1)
I20170519-18:49:29.409(2)? | โ โ โ โ โ โ โโ require("/node_modules/raven/index.js") 21 ms (1)
I20170519-18:49:29.410(2)? | โ โ โ โ โ โ โโ require("/node_modules/left-pad/index.js") 1 ms (1)
I20170519-18:49:29.411(2)? | โ โ โ โ โ โ โโ require("/node_modules/moment/moment.js") 17 ms (1)
I20170519-18:49:29.412(2)? | โ โ โ โ โ โ โโ require("/imports/modules/helpers.js")...81 ms (1)
I20170519-18:49:29.412(2)? | โ โ โ โ โ โ โ โโ require("/node_modules/react-router/lib/index.js") 79 ms (1)
I20170519-18:49:29.413(2)? | โ โ โ โ โ โ โ โโ other require("/imports/modules/helpers.js") 2 ms
I20170519-18:49:29.414(2)? | โ โ โ โ โ โ โโ require("/imports/api/functions.js").....69 ms (1)
I20170519-18:49:29.415(2)? | โ โ โ โ โ โ โ โโ require("/imports/api/collections/items.js") 33 ms (1)
I20170519-18:49:29.415(2)? | โ โ โ โ โ โ โ โโ require("/imports/api/collections/lists.js") 11 ms (1)
I20170519-18:49:29.421(2)? | โ โ โ โ โ โ โ โโ require("/imports/api/collections/orders.js") 12 ms (1)
I20170519-18:49:29.422(2)? | โ โ โ โ โ โ โ โโ require("/imports/api/collections/openorders.js") 9 ms (1)
I20170519-18:49:29.481(2)? | โ โ โ โ โ โ โ โโ other require("/imports/api/functions.js") 4 ms
I20170519-18:49:29.482(2)? | โ โ โ โ โ โ โโ require("/imports/api/collections/groups.js") 5 ms (1)
I20170519-18:49:29.482(2)? | โ โ โ โ โ โ โโ other require("/imports/api/methods/manage.js") 5 ms
I20170519-18:49:29.483(2)? | โ โ โ โ โ โโ require("/imports/api/methods/orders.js") 7 ms (1)
I20170519-18:49:29.484(2)? | โ โ โ โ โ โโ require("/imports/api/methods/other.js").....9 ms (1)
I20170519-18:49:29.484(2)? | โ โ โ โ โ โโ require("/imports/api/collections/images.js") 2 ms (1)
I20170519-18:49:29.485(2)? | โ โ โ โ โ โโ other require("/imports/api/methods/other.js") 4 ms
I20170519-18:49:29.485(2)? | โ โ โ โ โโ require("/imports/api/publications.js").........9 ms (1)
I20170519-18:49:29.486(2)? | โ โ โ โ โโ require("/imports/api/collections/_all.js") 3 ms (1)
I20170519-18:49:29.487(2)? | โ โ โ โ โโ other require("/imports/api/publications.js") 4 ms
I20170519-18:49:29.487(2)? | โ โ โ โโ require("/imports/startup/server/server-routes.js") 4 ms (1)
I20170519-18:49:29.487(2)? | โ โ โโ other app/app.js 1 ms
I20170519-18:49:29.488(2)? | โ โโ packages/service-configuration.js 4 ms (1)
I20170519-18:49:29.488(2)? | โ โโ other Load server bundles 224 ms
I20170519-18:49:29.489(2)? | โโ Call Meteor.startup hooks.....................................59 ms (1)
I20170519-18:49:29.489(2)? | โ โโ Meteor.startup at AccountsServer.Ap._deleteSavedTokensForAllUsersOnStartup (packages/accounts-base/accounts_server.js:1536:10) 10 ms (1)
I20170519-18:49:29.490(2)? | โ โโ Meteor.startup at packages/mizzao_user-status/status.coffee:193:8 18 ms (1)
I20170519-18:49:29.490(2)? | โ โโ Meteor.startup at packages/autoupdate.js:188:8 8 ms (1)
I20170519-18:49:29.491(2)? | โ โโ Meteor.startup at meteorInstall.imports.api.collections.items.js (imports/api/collections/items.js:9:11) 7 ms (1)
I20170519-18:49:29.491(2)? | โ โโ Meteor.startup at meteorInstall.imports.api.collections.lists.js (imports/api/collections/lists.js:10:13) 3 ms (1)
I20170519-18:49:29.492(2)? | โ โโ Meteor.startup at meteorInstall.imports.api.collections.orders.js (imports/api/collections/orders.js:10:16) 4 ms (1)
I20170519-18:49:29.492(2)? | โ โโ Meteor.startup at meteorInstall.imports.api.collections.openorders.js (imports/api/collections/openorders.js:10:5) 4 ms (1)
I20170519-18:49:29.493(2)? | โ โโ Meteor.startup at meteorInstall.imports.api.collections.groups.js (imports/api/collections/groups.js:9:12) 3 ms (1)
I20170519-18:49:29.493(2)? | โโ Run main() 65 ms (1)
I20170519-18:49:29.494(2)? |
I20170519-18:49:29.494(2)? | Top leaves:
I20170519-18:49:29.516(2)? | require("/node_modules/mailgun-js/lib/mailgun.js").........619 ms (1)
I20170519-18:49:29.517(2)? | require("/node_modules/pdfmake/src/printer.js")............465 ms (2)
I20170519-18:49:29.518(2)? | require("meteor-ecmascript-runtime").......................304 ms (1)
I20170519-18:49:29.519(2)? | Npm.require("mongodb").....................................250 ms (1)
I20170519-18:49:29.519(2)? | Npm.require("request").....................................249 ms (1)
I20170519-18:49:29.520(2)? | other Load server bundles..................................224 ms (1)
I20170519-18:49:29.520(2)? | Npm.require("connect").....................................208 ms (2)
I20170519-18:49:29.521(2)? | require("simpl-schema")....................................185 ms (1)
I20170519-18:49:29.521(2)? | other require("./node_modules/meteor/accounts-base/server_main.js").127 ms (1)
I20170519-18:49:29.524(2)? |
I20170519-18:49:29.524(2)? | (#1) Total: 4,282 ms (Server startup)
I20170519-18:49:29.525(2)? |
=> Started your app.
=> App running at: http://localhost:3000/
Running meteor update --all-packages:
Your top-level dependencies are at their latest compatible versions.
The following top-level dependencies were not updated to the very latest version available:
* accounts-base 1.2.17 (1.3.0 is available)
* fourseven:scss 3.13.0 (4.5.0 is available)
* themeteorchef:bert 2.1.1 (2.1.2 is available)
Newer versions of the following indirect dependencies are available:
* ecmascript-runtime 0.3.15 (0.4.0 is available)
To update one or more of these packages, pass their names to
`meteor update`, or just run `meteor update --all-packages`.
On a side note I never understood this behaviour. How can I force it to update e.g. ecmascript-runtime or how can I find out where this constraint is coming from?
Okay, one more thing to check - your package.json file please
Here it is:
{
"name": "orderlion-react",
"version": "0.1.0",
"description": "Orderlion REACT - online order system for the food industry",
"analyze": true,
"author": "Strosch IT",
"private": true,
"license": "NOT OPEN SOURCE",
"scripts": {
"start": "meteor --settings settings-development.json",
"test": "meteor test --driver-package practicalmeteor:mocha --port 5000",
"chimp-watch": "chimp --ddp=http://localhost:3000 --watch --mocha --path=tests",
"chimp-test": "chimp --ddp=http://localhost:3000 --mocha --path=tests",
"staging": "meteor deploy staging.meteor.com --settings settings-development.json",
"production": "meteor deploy production.meteor.com --settings settings-production.json"
},
"devDependencies": {
"babel-plugin-import": "^1.1.1",
"babel-preset-meteor": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"chimp": "^0.41.2",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^6.4.1"
},
"eslintConfig": {
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
},
"plugins": [
"meteor",
"react"
],
"extends": [
"airbnb/base",
"plugin:meteor/guide",
"plugin:react/recommended"
],
"env": {
"browser": true
},
"globals": {
"server": false,
"browser": false,
"expect": false
},
"rules": {
"import/no-unresolved": 0,
"import/no-extraneous-dependencies": 0,
"import/extensions": 0,
"no-underscore-dangle": [
"error",
{
"allow": [
"_id",
"_ensureIndex",
"_verifyEmailToken",
"_resetPasswordToken",
"_name"
]
}
],
"class-methods-use-this": 0
}
},
"dependencies": {
"@faceleg/s3": "^4.5.0",
"antd": "^2.9.0",
"babel-runtime": "^6.18.0",
"bcrypt": "^0.8.7",
"bluebird": "^3.5.0",
"classnames": "^2.2.5",
"console-polyfill": "^0.2.2",
"dom-scroll-into-view": "^1.2.1",
"file-saver": "^1.3.3",
"indexof": "0.0.1",
"jquery": "^2.2.4",
"jquery-validation": "^1.15.1",
"left-pad": "^1.1.3",
"mailgun-js": "^0.7.11",
"meteor-node-stubs": "^0.2.6",
"moment": "^2.18.1",
"pdfmake": "^0.1.18",
"prop-types": "^15.5.8",
"raven": "^1.2.1",
"react": "^15.3.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-dom": "^15.3.2",
"react-router": "^3.0.0",
"react-sortablejs": "^1.3.1",
"simpl-schema": "^0.2.3",
"sortablejs": "^1.5.1",
"throttle-debounce": "^1.0.1",
"ua-parser-js": "^0.7.10",
"user-agent-parser": "^0.6.0"
}
}
Thanks a bunch for your help btw!! Much appreciated! ๐
Could you remove ./node_modules
And update package.json's dependencies with:
{
"dependencies": {
"@faceleg/s3": "^4.5.0",
"antd": "^2.9.0",
"babel-runtime": "^6.23.0",
"bcrypt": "^0.8.7",
"bluebird": "^3.5.0",
"classnames": "^2.2.5",
"console-polyfill": "^0.2.2",
"dom-scroll-into-view": "^1.2.1",
"fibers": "^1.0.15",
"file-saver": "^1.3.3",
"file-type": "^4.3.0",
"fs-extra": "^2.1.2",
"indexof": "0.0.1",
"jquery": "^2.2.4",
"jquery-validation": "^1.15.1",
"left-pad": "^1.1.3",
"mailgun-js": "^0.7.11",
"meteor-deque": "*",
"meteor-node-stubs": "^0.2.5",
"meteor-promise": "^0.8.4",
"moment": "^2.18.1",
"node-gyp": "^3.6.1",
"node-pre-gyp": "^0.6.34",
"pdfmake": "^0.1.18",
"prop-types": "^15.5.8",
"request": "^2.81.0",
"semver": "^5.3.0",
"sockjs": "^0.3.16",
"raven": "^1.2.1",
"react": "^15.3.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-dom": "^15.3.2",
"react-router": "^3.0.0",
"react-sortablejs": "^1.3.1",
"simpl-schema": "^0.2.3",
"sortablejs": "^1.5.1",
"source-map-support": "https://github.com/meteor/node-source-map-support/tarball/1912478769d76e5df4c365e147f25896aee6375e",
"throttle-debounce": "^1.0.1",
"throttle": "^1.0.3",
"ua-parser-js": "^0.7.10",
"useragent": "^2.1.13",
"user-agent-parser": "^0.6.0"
}
}
I've added Meteor's internal deps + Meteor-Files package deps - let's see if it will help.
And run:
meteor npm install --save
Thanks a bunch for your help btw!! Much appreciated! ๐
No worries, I love to help :)
You good sir are a hero! ๐
It works again!
Any idea "why" this helped?
And one question: Will this enlarge my bundle size and/or build time and/or deployment time?!
Because I feel like build time is longer ... but could be placebo haha!
You good sir are a hero! ๐
It works again!
I didn't thought it will help :\ , but I'm glad it helped
Any idea "why" this helped?
Something is broken in latest meteor builder. I'm seeing this behavior since 1.4.4.*, same was seen in 1.4.1.*.
And one question: Will this enlarge my bundle size and/or build time and/or deployment time?! Because I feel like build time is longer ... but could be placebo haha!
I'm recommend to remove added packages one by one, to see which one exactly was missed.
It shouldn't increase bundle file size as NPM uses dedupe to avoid duplicates in package tree, but who knows.
Here is diff of what was added: https://www.diffchecker.com/Ws6cSNJu
Please, let me know which package exactly solved this.
okay thank you! I will remove the packages one by one and when it stops working again we know which package is needed for it to work! Will post it here! I will get back to you!
I did understand you correctly that I should do meteor npm remove --save packeXYZ one by one correct? because the thing is after removing request it says Can't find npm module 'request'. I thought, as this is a sub-dependency, it would only remove the top dependency?
meteor npm remove --save packeXYZ
Right.
it would only remove the top dependency
Yes, only from ./package.json
it says
Can't find npm module 'request'
Weird, does meteor reset fixes it?
It's all very weird ... I ended up with my old package.json only with the following additional packages:
"request": "^2.81.0",
"throttle": "^1.0.3"
that's it .... I don't get it! :D
Me neither. Looks like Meteor issue.
Could you create a ticket at Meteor rep, pointing to this thread?
I'm really curious what MDG will tell us about it.
@Twisterking see v1.7.16 , hope this will be fixed.
Let me know if it made any changes for you
I have fs-extra and file-type in my package.json and npm-shrinkwrap.json. And I have fs-extra.tar and file-type.tar in node_shrinkwrap folder. But meteor/npm wont install fs-extra and file-type by normal startup.
So below is what I did to force it install and it worked!:
@haojia321 does it work for you or not?
yes it worked.