Tagged: AngularIDE, error, install, ubuntu
- This topic has 5 replies, 4 voices, and was last updated 4 years, 9 months ago by Brian Fernandes.
-
AuthorPosts
-
batizovceParticipantI have tied to install Angular IDE downloaded from page https://www.genuitec.com/products/angular-ide/download
During running script post.js I received ERROR Error: EPERM: operation not permitted, chmod
I install like sudo. Please find attachmed screen and whole log.
I found some older topics, but I didnt find relevant info there, E.g. https://github.com/angular/angular/issues/13935OS: Ubuntu 16.04LTS
j@Dell-ntb:~$ npm -v
6.13.6
j@Dell-ntb:~$ nodejs -v
v12.14.1I didnt find any installation notes, readme or other, only following lines in download page:
> npm install -g angular-ide
> ngide install ~/Development/angular-ide
> ngide open Foo.tsPlease provide some tips, what can cause mentioned error.
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorHi,
Sorry that you are seeing this issue. Thank you for the screenshot.
It looks like a problem with permissions.Are you running any antivirus or firewall in your machine?
I suggest you install a node version manager as it can help you to prevent a lot of problems regarding permissions, for more info see here. As you are running Linux, the version manager that you probably want to use is nvm.
Alternatively, you can download the standalone installer for Angular IDE instead of using npm to install it.
Apologies for inconvenience caused. Please let us know how you get on with it.
–Swapna
Genuitec Support
batizovceParticipantHi,
Thanks for answer. I added log from install.
From my previous post and screen you can see I already used nvm manager. Then I received mentioned error. Error caused post.js scipt, which is part of installer.You mentioned standalone installer. Please provide link for linux, because I found only installer with name “angularide-ci-2019.12.11-offline-installer-linux.run”, which cause error.
Thanks for any recommendation.
- This reply was modified 4 years, 9 months ago by batizovce.
Salvador CabreraMemberHi batizovce,
From what i can see from the screenshots, it is still using the system’s node version.
It is recommended to use nvm as it facilitates managing multiple node versions + you no longer depend of sudo in order to install node module globally.
For more info on how to set up nvm, see here.
The other option of course is to run the command with sudo like:sudo npm install -g angular-ide
Cheers,
Sal- This reply was modified 4 years, 9 months ago by Salvador Cabrera.
Brian FernandesModeratorApologies for the delayed response, your post was somehow missed. Rather than debug the EPERM issue which could be specific to your particular environment, I would suggest you use the dedicated installer to install Angular IDE instead of the npm based install.
Please go ahead and use the button on top of the download page to download an executable installer for Linux and use that to install the Angular IDE.
If you still experience issues with the installation, please let us know.
Brian FernandesModeratorYou mentioned standalone installer. Please provide link for linux, because I found only installer with name “angularide-ci-2019.12.11-offline-installer-linux.run”, which cause error.
Missed your response where you specified you already tried the installer and experience an error. Could you please give us more details on what went wrong? Thanks!
-
AuthorPosts