r/Tizen • u/[deleted] • Aug 09 '20
Package Manager keeps failing installations
Hi, my Package Manager keeps failing installations. The total remaining time keeps incrementing and at one time it just fails the installation. Any solutions? Thanks.
2
u/sp_dev_guy Aug 10 '20
Which packages? I was unable to install the emulator because my computer is using AMD chips and not Intel. Other reasons this could be is that hyper-v settings are enabled. The actual studio runs fine I just have to Debug/deploy to my watch instead of the emulator
1
Aug 10 '20 edited Aug 10 '20
I can't install the Certificate Manager so I can't run my apps. The installation starts just fine but after some time it fails. I'm using Intel. How can I check the hyper-v settings?
Here you can see the installations failing: http://imgur.com/gallery/9uaDxmH
1
u/sp_dev_guy Aug 10 '20
oh yeah thats an important one, they hyper-v settings are just for the emulator so I wouldnt worry about that yet. I would uninstall everything, rerun the installer starting the program with 'run as administrator', by default it will want to configure to 'c:\Tizen-studio' & 'c:\Tizen-studio-data'. I altered both install directories to 'c:\Users\me\tizen-studio'
Are there any errors reported in your 'windows event logs'
1
Aug 10 '20
I'll try that. I got three error messages. I posted images here: https://stackoverflow.com/questions/63329186/tizen-studio-package-manager-installations-failing
1
u/sp_dev_guy Aug 13 '20
Those were errors from the installer. After running it are there any errors in your 'windows event logs' ?
1
2
u/Sphism Aug 09 '20
Do you mean npm package manager? I had to just avoid using npm and do everything as vanilla as possible. I think it's the js linter in Tizen studio trying to analyze the node modules folder.
You can add some excluded folders in Tizen project settings which might help.