I’ve started to migrate my app, but I’m running into some issues.
Here’s the errors I get when trying to run:
Unable to resolve some modules:
"diagnostics_channel" in /c/AutoSpecsPro/app/node_modules/undici/lib/core/diagnostics.js (web.browser)
"perf_hooks" in /c/AutoSpecsPro/app/node_modules/undici/lib/web/fetch/util.js (web.browser)
"util/types" in /c/AutoSpecsPro/app/node_modules/undici/lib/web/fetch/util.js (web.browser)
"worker_threads" in /c/AutoSpecsPro/app/node_modules/undici/lib/web/fetch/webidl.js (web.browser)
"http2" in /c/AutoSpecsPro/app/node_modules/undici/lib/dispatcher/client-h2.js (web.browser)
"async_hooks" in /c/AutoSpecsPro/app/node_modules/undici/lib/api/api-request.js (web.browser)
If you notice problems related to these missing modules, consider running:
meteor npm install --save meteor-node-stubs
=> Started MongoDB.
W20250123-13:12:18.275(-6)? (STDERR) packages\core-runtime.js:189
W20250123-13:12:18.292(-6)? (STDERR) throw error;
W20250123-13:12:18.293(-6)? (STDERR) ^
W20250123-13:12:18.293(-6)? (STDERR)
W20250123-13:12:18.293(-6)? (STDERR) ReferenceError: SimpleSchema is not defined
W20250123-13:12:18.294(-6)? (STDERR) at module (lib/collections/AddedInfo.js:40:28)
W20250123-13:12:18.294(-6)? (STDERR) at fileEvaluate (packages\modules-runtime.js:335:7)
W20250123-13:12:18.294(-6)? (STDERR) at Module.require (packages\modules-runtime.js:237:14)
W20250123-13:12:18.295(-6)? (STDERR) at Module.mod.require (C:\Users\Dusty\AppData\Local\.meteor\packages\modules\0.20.3\npm\node_modules\@meteorjs\reify\lib\runtime\index.js:30:33)
W20250123-13:12:18.295(-6)? (STDERR) at Object.require (packages\modules-runtime.js:257:21)
W20250123-13:12:18.295(-6)? (STDERR) at evaluateNextModule (packages\core-runtime.js:167:26)
W20250123-13:12:18.296(-6)? (STDERR) at evaluateNextModule (packages\core-runtime.js:202:7)
W20250123-13:12:18.296(-6)? (STDERR) at runEagerModules (packages\core-runtime.js:206:3)
W20250123-13:12:18.296(-6)? (STDERR) at processNext (packages\core-runtime.js:128:3)
W20250123-13:12:18.296(-6)? (STDERR) at packages\core-runtime.js:138:5
W20250123-13:12:18.297(-6)? (STDERR) at evaluateNextModule (packages\core-runtime.js:163:14)
W20250123-13:12:18.297(-6)? (STDERR) at evaluateNextModule (packages\core-runtime.js:202:7)
W20250123-13:12:18.297(-6)? (STDERR) at runEagerModules (packages\core-runtime.js:206:3)
W20250123-13:12:18.297(-6)? (STDERR) at processNext (packages\core-runtime.js:128:3)
W20250123-13:12:18.298(-6)? (STDERR) at packages\core-runtime.js:138:5
W20250123-13:12:18.298(-6)? (STDERR) at runEagerModules (packages\core-runtime.js:144:12)
W20250123-13:12:18.301(-6)? (STDERR)
W20250123-13:12:18.301(-6)? (STDERR) Node.js v20.18.0
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.
Here’s the packages I currently have. You’ll notice several are turned off.
# 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.
meteor-base@1.5.2 # Packages every Meteor app needs to have
mobile-experience@1.1.1 # Packages for a great mobile UX
#mongo@1.16.10 # The database Meteor supports right now
#jquery@1.11.10 # Helpful client-side library
#es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
#aldeed:autoform
#aldeed:collection2
#iron:router
sacha:spin
#twbs:bootstrap
#accounts-password@2.4.0
#underscore@1.6.1
#ejson@1.1.3
#check@1.4.1
#blaze-html-templates
ecmascript@0.16.8
#themeteorchef:jquery-validation
#standard-minifier-css@1.9.2
#kadira:dochead
#shell-server@0.5.0
#dynamic-import@0.7.3
#mdg:meteor-apm-agent
#mdg:seo
#meteorhacks:npm
#npm-container
#http
#mrt:cheerio
#autoupdate@1.8.0
#accounts-ui@1.4.2
#force-ssl@1.1.0
#fetch@0.1.4
core-runtime
mongo
aldeed:simple-schema@2.0.0
jquery
blaze@3.0.0
blaze-html-templates@3.0.0
ostrio:flow-router-extra@3.11.0-rc300.1
aldeed:collection2
shell-server
dynamic-import
check