GithubHelp home page GithubHelp logo

getting error during starting about penpot HOT 15 CLOSED

penpot avatar penpot commented on May 5, 2024 1
getting error during starting

from penpot.

Comments (15)

stephenmoloney avatar stephenmoloney commented on May 5, 2024 1

It seems that the manage.sh script sets the ~/.m2 folder to root.
sudo chown user:group -R ~/.m2 && ./manage.sh run
fixed it for me.

So I can open up uxbox now. This is quite amazing that you can get this much functionality in a browser... And writing it in clojurescript must have been a real challenge but +1 for functional programing on the frontend.

from penpot.

parthmewada avatar parthmewada commented on May 5, 2024 1

as per @stephenmoloney i tired changing the ownership to uxbox nothing happened, tried to run with root user same issue. @stephenmoloney @niwinz i m attaching the error i have got, Please for god sake have a look on the same and update me wats the issue. i m tried to reach @niwinz but seems he is not replying.

1

from penpot.

niwinz avatar niwinz commented on May 5, 2024

Seems like you hace network issues.

from penpot.

hbakhtiyor avatar hbakhtiyor commented on May 5, 2024

but it can download another dependencies

from penpot.

niwinz avatar niwinz commented on May 5, 2024

Yeah, but without more context, the error message says that. Take care that many dependencies are fetched from maven and not from clojars.

Try removing the ancient plugin on the project.clj/profiles.clj file

from penpot.

hbakhtiyor avatar hbakhtiyor commented on May 5, 2024

what to add instead of them?

from penpot.

niwinz avatar niwinz commented on May 5, 2024

nothing, is just a plugin to lein that is used occasionally for check outdated dependencies. You don't need it on the basis use case.

from penpot.

hbakhtiyor avatar hbakhtiyor commented on May 5, 2024

still the same

from penpot.

studiospring avatar studiospring commented on May 5, 2024

I'm having the same problem with same error message. I doubt it is network issues because I can access clojars.org and I don't have a proxy. It does not work even if I manually create the directory.

I too have deleted profiles.clj, nothing changes.

from penpot.

niwinz avatar niwinz commented on May 5, 2024

I suspect is because the $HOME/.m2 directory does not exists on the host machine. Try executing mkdir -p ~/.m2 with the user that you are using to execute the ./manage.sh run.

If that does not works, try removing the following line https://github.com/uxbox/uxbox/blob/master/manage.sh#L26

from penpot.

niwinz avatar niwinz commented on May 5, 2024

Many thanks @stephenmoloney

In my opinion, writing that in js will be a much bigger challenge :P

from penpot.

hbakhtiyor avatar hbakhtiyor commented on May 5, 2024

also can run it, thanks

btw, what do you think about https://github.com/precursorapp/precursor, they use the same stacks

from penpot.

niwinz avatar niwinz commented on May 5, 2024

from penpot.

parthmewada avatar parthmewada commented on May 5, 2024

Thanks @niwinz for the reply, can you please guide like if i just run manage.sh, what permission i have to give uxbox ownership as user...??

from penpot.

parthmewada avatar parthmewada commented on May 5, 2024

@stephenmoloney Hii Can you please help me as i have changed the ownership still the same error figwheel is unable to start. backend and services started, gulp installed (Had to done manually), but throwing error as below

module.js:471
throw err;
^

Error: Cannot find module 'run-sequence'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/home/uxbox/uxbox/frontend/gulpfile.js:2:16)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)

from penpot.

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.