[elm-discuss] Re: Permission denied: Elm package install

2016-09-17 Thread kiran kumar BS
Thanks for your quick response guys.

But still i did not get any solution in win10 and using non-synced folder 
only.

Few packages are installed After running *elm package install* command many 
times and few are not installed automatically.

I think it's time to move Linux for ELM.

Thanks,
Kiran.

On Wednesday, September 14, 2016 at 8:33:35 PM UTC+5:30, kiran kumar BS 
wrote:
>
> Hello Team,
>
> I am trying to setup a small ELM project but failed due to some permission 
> issues while installing elm packages.
> Please find below sample
>
> C:\Users\xxx\Elm\random_gif>elm package install elm-lang/html
> Some new packages are needed. Here is the upgrade plan.
>
>   Install:
> elm-lang/core 4.0.5
> elm-lang/html 1.1.0
> elm-lang/virtual-dom 1.1.1
>
> Do you approve of this plan? [Y/n] y
> Starting downloads...
>
>   * elm-lang/html 1.1.0
> elm-package.exe: elm-lang-core-a46ebed: MoveFileEx "elm-lang-core-a46ebed" 
> "elm-lang\\core\\4.0.5": permission denied (Access is denied.)
>
> I have tried many times but no success. I am moving manually after 
> respective packages downloaded.
>
> Thanks,
> Kiran.
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Permission denied: Elm package install

2016-09-15 Thread Kristo Koert
Same as David Legard for me, stopped working in a dropbox folder, moved to 
non syncing and it worked. Haven't seen the issue anymore.

 On Wednesday, September 14, 2016 at 6:03:35 PM UTC+3, kiran kumar BS wrote:
>
> Hello Team,
>
> I am trying to setup a small ELM project but failed due to some permission 
> issues while installing elm packages.
> Please find below sample
>
> C:\Users\xxx\Elm\random_gif>elm package install elm-lang/html
> Some new packages are needed. Here is the upgrade plan.
>
>   Install:
> elm-lang/core 4.0.5
> elm-lang/html 1.1.0
> elm-lang/virtual-dom 1.1.1
>
> Do you approve of this plan? [Y/n] y
> Starting downloads...
>
>   * elm-lang/html 1.1.0
> elm-package.exe: elm-lang-core-a46ebed: MoveFileEx "elm-lang-core-a46ebed" 
> "elm-lang\\core\\4.0.5": permission denied (Access is denied.)
>
> I have tried many times but no success. I am moving manually after 
> respective packages downloaded.
>
> Thanks,
> Kiran.
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Permission denied: Elm package install

2016-09-14 Thread David Legard
I often find this problem if I am working in a folder which syncs to the 
cloud - Dropbox, Cubby, Google Drive, etc.

Methods I use to get round this

1. Install in a non-synced folder
2. Run as administrator

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Permission denied: Elm package install

2016-09-14 Thread Rex van der Spuy
This happens to me too! :)
I delete `elm-stuff` and then run `elm package install` an arbitrary number 
of times until it inevitably starts working.


-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Permission denied: Elm package install

2016-09-14 Thread OvermindDL1
On Wednesday, September 14, 2016 at 9:35:54 AM UTC-6, Rupert Smith wrote:
>
> On Wednesday, September 14, 2016 at 4:08:25 PM UTC+1, OvermindDL1 wrote:
>>
>> 4. Install cygwin and dev there (yes this is what I do now, fixed most 
>> issues finally, except for NTFS stupidity).
>>
>
> Or VirtualBox and then just run Linux - assuming your work dev laptop 
> isn't horribly locked down and has plenty of RAM ;-) 
>

I actually tried that (work dev desktop, and not locked down at all), not 
enough ram to do anything very well, 8gigs is *not* enough (heck, my home 
computer has 64 and even it is not enough, especially when compiling some 
of my C++ projects...).

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Permission denied: Elm package install

2016-09-14 Thread 'Rupert Smith' via Elm Discuss
On Wednesday, September 14, 2016 at 4:08:25 PM UTC+1, OvermindDL1 wrote:
>
> 4. Install cygwin and dev there (yes this is what I do now, fixed most 
> issues finally, except for NTFS stupidity).
>

Or VirtualBox and then just run Linux - assuming your work dev laptop isn't 
horribly locked down and has plenty of RAM ;-) 

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Permission denied: Elm package install

2016-09-14 Thread OvermindDL1
Based on your command line I'd say Windows (I use Win10 at work sadly, 
endless issue, purely linux user at home).

I've had the same experiences, I've ended up doing all of these, which fix 
about 95% of the issues (NTFS, however, is unfixable).

1. Have the anti-virus ignore that directory tree, it likes to lock 
new/touched files and directories.
2. Blast the entire directory away and re-create it.
3. Double check your permissions (you probably do not need to do this if it 
is your own user directory).
4. Install cygwin and dev there (yes this is what I do now, fixed most 
issues finally, except for NTFS stupidity).


On Wednesday, September 14, 2016 at 9:03:35 AM UTC-6, kiran kumar BS wrote:
>
> Hello Team,
>
> I am trying to setup a small ELM project but failed due to some permission 
> issues while installing elm packages.
> Please find below sample
>
> C:\Users\xxx\Elm\random_gif>elm package install elm-lang/html
> Some new packages are needed. Here is the upgrade plan.
>
>   Install:
> elm-lang/core 4.0.5
> elm-lang/html 1.1.0
> elm-lang/virtual-dom 1.1.1
>
> Do you approve of this plan? [Y/n] y
> Starting downloads...
>
>   * elm-lang/html 1.1.0
> elm-package.exe: elm-lang-core-a46ebed: MoveFileEx "elm-lang-core-a46ebed" 
> "elm-lang\\core\\4.0.5": permission denied (Access is denied.)
>
> I have tried many times but no success. I am moving manually after 
> respective packages downloaded.
>
> Thanks,
> Kiran.
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.