Hi guys!
I am running vulcanJS project and it gives me that error when wanting to run it
paki@DESKTOP-AQJGHSG:~/Vulcan$ meteor npm start
vulcan-meteor@1.16.1 start /home/paki/Vulcan
meteor --settings settings.json
[[[[[ ~/Vulcan ]]]]]
=> Started proxy.
=> Started MongoDB.
W20210327-18:07:15.183(-3)? (STDERR) /home/paki/.meteor/packages/meteor-tool/.2.1.0.yuair9.drob++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280
W20210327-18:07:15.232(-3)? (STDERR) throw(ex);
W20210327-18:07:15.233(-3)? (STDERR) ^
W20210327-18:07:15.233(-3)? (STDERR)
W20210327-18:07:15.234(-3)? (STDERR) Error: Cannot find module ‘./random.js’
W20210327-18:07:15.234(-3)? (STDERR) at makeMissingError (packages/modules-runtime.js:222:12)
W20210327-18:07:15.235(-3)? (STDERR) at Module.resolve (packages/modules-runtime.js:228:17)
W20210327-18:07:15.236(-3)? (STDERR) at Module.moduleLink [as link] (/home/paki/.meteor/packages/modules/.0.16.0.1d4exh9.zo59++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/reify/lib/runtime/index.js:45:25)
W20210327-18:07:15.236(-3)? (STDERR) at module (packages/vulcan:lib/lib/modules/index.js:1:1122)
W20210327-18:07:15.237(-3)? (STDERR) at fileEvaluate (packages/modules-runtime.js:336:7)
W20210327-18:07:15.237(-3)? (STDERR) at Module.require (packages/modules-runtime.js:238:14)
W20210327-18:07:15.238(-3)? (STDERR) at Module.moduleLink [as link] (/home/paki/.meteor/packages/modules/.0.16.0.1d4exh9.zo59++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/reify/lib/runtime/index.js:52:22)
W20210327-18:07:15.238(-3)? (STDERR) at module (packages/vulcan:lib/lib/server/mutators.js:1:334)
W20210327-18:07:15.239(-3)? (STDERR) at fileEvaluate (packages/modules-runtime.js:336:7)
W20210327-18:07:15.240(-3)? (STDERR) at Module.require (packages/modules-runtime.js:238:14)
W20210327-18:07:15.240(-3)? (STDERR) at Module.moduleLink [as link] (/home/paki/.meteor/packages/modules/.0.16.0.1d4exh9.zo59++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/reify/lib/runtime/index.js:52:22)
W20210327-18:07:15.240(-3)? (STDERR) at module (packages/vulcan:lib/lib/server/default_mutations.js:1:115)
W20210327-18:07:15.241(-3)? (STDERR) at fileEvaluate (packages/modules-runtime.js:336:7)
W20210327-18:07:15.241(-3)? (STDERR) at Module.require (packages/modules-runtime.js:238:14)
W20210327-18:07:15.241(-3)? (STDERR) at Module.moduleLink [as link] (/home/paki/.meteor/packages/modules/.0.16.0.1d4exh9.zo59++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/reify/lib/runtime/index.js:52:22)
W20210327-18:07:15.241(-3)? (STDERR) at module (packages/vulcan:lib/lib/server/graphql/collection.js:1:142)
W20210327-18:07:15.242(-3)? (STDERR) at fileEvaluate (packages/modules-runtime.js:336:7)
W20210327-18:07:15.242(-3)? (STDERR) at Module.require (packages/modules-runtime.js:238:14)
W20210327-18:07:15.243(-3)? (STDERR) at Module.moduleLink [as link] (/home/paki/.meteor/packages/modules/.0.16.0.1d4exh9.zo59++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/reify/lib/runtime/index.js:52:22)
W20210327-18:07:15.243(-3)? (STDERR) at module (packages/vulcan:lib/lib/server/graphql/graphql.js:1:860)
W20210327-18:07:15.244(-3)? (STDERR) at fileEvaluate (packages/modules-runtime.js:336:7)
W20210327-18:07:15.244(-3)? (STDERR) at Module.require (packages/modules-runtime.js:238:14)
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.