Code Monkey home page Code Monkey logo

Comments (8)

ErikDakoda avatar ErikDakoda commented on June 1, 2024

Do you happen to be on Windows 7 or Windows 10? Maybe this will help: https://forums.meteor.com/t/workaround-for-windows-10-users-with-current-problems-fibers-not-found/43574

from vulcan.

matiasclapera avatar matiasclapera commented on June 1, 2024

I have the same error in linux

from vulcan.

eric-burel avatar eric-burel commented on June 1, 2024

It seems that the file is called "Random" and not "random", can you pull latest "devel" branch and try again? Also why running Vulcan? You may want to run the starter instead

from vulcan.

matiasclapera avatar matiasclapera commented on June 1, 2024

greetings Eric!

I followed the steps in the tutorial and I can't run the project https://docs.vulcanjs.org/

regards!

from vulcan.

eric-burel avatar eric-burel commented on June 1, 2024

What I find strange is that I see "Vulcan" as the folder name and not "Vulcan Starter", did you clone the starter? The documentation show different way of installing Vulcan. There is an update ongoing with new release so we might push some fixes soon but in the meantime you might need to try a 2-repo install to get the latest fixes.

from vulcan.

matiasclapera avatar matiasclapera commented on June 1, 2024

If I have installed vulkan and vulcan-starter but both projects give an error, I will try the Two-Repo Install (Optional)

from vulcan.

matiasclapera avatar matiasclapera commented on June 1, 2024

Eric I ran Vulcan-Starter 👎 it does not work but this repo https://github.com/VulcanJS/Vulcan if it works...when I run the project it says Sorry, we couldn't find what you were looking for.

paki@lubuntu-paki:~/Vulcan-Starter$ npm start

[email protected] prestart
node .vulcan/prestart_vulcan.js


\\ ////
\\//// Vulcan.js
\/// The full-stack React+GraphQL framework
────

Happy hacking with Vulcan!
The docs are available at: http://docs.vulcanjs.org

[email protected] start
meteor --settings settings.json

[[[[[ ~/Vulcan-Starter ]]]]]

=> Started proxy.
=> Started MongoDB.
W20210329-22:39:06.802(-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
W20210329-22:39:07.019(-3)? (STDERR) throw(ex);
W20210329-22:39:07.019(-3)? (STDERR) ^
W20210329-22:39:07.019(-3)? (STDERR)
W20210329-22:39:07.020(-3)? (STDERR) ReferenceError: Accounts is not defined
W20210329-22:39:07.020(-3)? (STDERR) at module (packages/vulcan:accounts/imports/helpers.js:7:36)
W20210329-22:39:07.020(-3)? (STDERR) at fileEvaluate (packages/modules-runtime.js:336:7)
W20210329-22:39:07.020(-3)? (STDERR) at Module.require (packages/modules-runtime.js:238:14)
W20210329-22:39:07.020(-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)
W20210329-22:39:07.021(-3)? (STDERR) at module (packages/vulcan:accounts/imports/accounts_ui.js:1:98)
W20210329-22:39:07.021(-3)? (STDERR) at fileEvaluate (packages/modules-runtime.js:336:7)
W20210329-22:39:07.021(-3)? (STDERR) at Module.require (packages/modules-runtime.js:238:14)
W20210329-22:39:07.021(-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)
W20210329-22:39:07.022(-3)? (STDERR) at module (packages/vulcan:accounts/main_server.js:1:200)
W20210329-22:39:07.022(-3)? (STDERR) at fileEvaluate (packages/modules-runtime.js:336:7)
W20210329-22:39:07.022(-3)? (STDERR) at Module.require (packages/modules-runtime.js:238:14)
W20210329-22:39:07.022(-3)? (STDERR) at require (packages/modules-runtime.js:258:21)
W20210329-22:39:07.022(-3)? (STDERR) at /home/paki/Vulcan-Starter/.meteor/local/build/programs/server/packages/vulcan_accounts.js:3266:15
W20210329-22:39:07.022(-3)? (STDERR) at /home/paki/Vulcan-Starter/.meteor/local/build/programs/server/packages/vulcan_accounts.js:3271:3
W20210329-22:39:07.023(-3)? (STDERR) at /home/paki/Vulcan-Starter/.meteor/local/build/programs/server/boot.js:401:38
W20210329-22:39:07.023(-3)? (STDERR) at Array.forEach ()
W20210329-22:39:07.023(-3)? (STDERR) at /home/paki/Vulcan-Starter/.meteor/local/build/programs/server/boot.js:226:21
W20210329-22:39:07.023(-3)? (STDERR) at /home/paki/Vulcan-Starter/.meteor/local/build/programs/server/boot.js:464:7
W20210329-22:39:07.023(-3)? (STDERR) at Function.run (/home/paki/Vulcan-Starter/.meteor/local/build/programs/server/profile.js:280:14)
W20210329-22:39:07.024(-3)? (STDERR) at /home/paki/Vulcan-Starter/.meteor/local/build/programs/server/boot.js:463:13
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.

from vulcan.

eric-burel avatar eric-burel commented on June 1, 2024

it should be fixed in latest vulcan starter

from vulcan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.