stellarium-web-engine icon indicating copy to clipboard operation
stellarium-web-engine copied to clipboard

make setup command gives me this error: EACCES: permission denied, mkdir '/app/node_modules'

Open rakibulinux opened this issue 3 years ago • 4 comments

make setup command gives me this error. Can you guys @guillaumechereau @alx-khramov @PawelPleskaczynski @xalioth please let me know how to fix it?

warning " > [email protected]" has unmet peer dependency "@types/leaflet@^1.5.7". warning "@vue/eslint-config-standard > [email protected]" has unmet peer dependency "webpack@>=1.11.0". warning " > [email protected]" has unmet peer dependency "webpack@^4.36.0 || ^5.0.0". warning "vue-cli-plugin-vuetify > [email protected]" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0". warning " > [email protected]" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0". warning "vuetify-loader > [email protected]" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0". error Could not write file "/app/yarn-error.log": "EACCES: permission denied, open '/app/yarn-error.log'" error An unexpected error occurred: "EACCES: permission denied, mkdir '/app/node_modules'". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. make: *** [Makefile:49: setup] Error 1

Screenshot from 2021-11-22 21-27-36

rakibulinux avatar Nov 22 '21 15:11 rakibulinux

Hi, It looks like you are building as root, and I think my script assumes that you are logged in as a regular user. Could you try again not as root ?

thanks Fabien

xalioth avatar Nov 23 '21 07:11 xalioth

Hello, @xalioth, Thanks for the fast reply. It's working using your method. Now I am getting two problems one is i am getting 404 error when I click here: https://my_domain/p/calendar

image

2nd is how to install RemoteControl plugin to run this Stellarium on the server to display stars with the remote control I can add the stars and then I will point a domain to the Stellarium star view

rakibulinux avatar Nov 23 '21 13:11 rakibulinux

I am not sure I understand your second question. The desktop version's RemoteControl plugin has nothing to do with Stellarium Web. It is described in the Stellarium User Guide.

gzotti avatar Nov 23 '21 14:11 gzotti

@gzotti how to enable RemoteControl plugin to control stars using Stellarium? I have deploy Stellarium into VPS Linux and under a domain but not able to enable RemoteControl plugin to control stars.

From Stellarium User Guide i have seen it can done pressing F2 Stellarium into Desktop PC but not able to enable under a domain

UbuntuEvangelist avatar Nov 23 '21 14:11 UbuntuEvangelist