permissions of a folder to change to use grunt

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I know it must have been answered somewhere but I cannot find it.



I want to install Grunt in a project directory, on my computer, on a virtual volume (I am in dual boot with Windows, and the directory I am working on is on a third volume, not the Windows one).



When I try to install it there it constantly return errors and I cannot use Grunt, even though I am using sudo. It still returns :



npm ERR! code EPERM
(... plenty of other lines of npm ERR! ...))
npm ERR! Please try running this command again as root/Administrator.


Now when I try to do it with the same project but after having copied it in my /home/username volume-directory, then it works fine.



What should I do ?



Thanks!










share|improve this question























  • /home is a linux location. If you are trying to install Linux software on a windows volume what do you expect to happen when you do that?! Won't work. Ever.
    – Rinzwind
    Feb 28 at 10:49










  • Hi Rinzwind. Thank you for your time. I guess I was not clear enough. I am working in a third volume, not the Windows one, just a volume where I save my documents.
    – raphael
    Feb 28 at 10:55










  • and that volume is in ext3 or ext4?
    – Rinzwind
    Feb 28 at 10:57










  • It's on 'FAT32'. Or at least it says when I look at it with Disks. Now if I right-click and check with the Files properties, it says: 'Filesystem type: msdos' (?!) (I am really new to Linux, so perdon my lack of knowledge ;) )
    – raphael
    Feb 28 at 11:14











  • Then see my first comment. You can not install linux software and use it from a windows filesystem. You can only do that if you convince Microsoft to support posix/linux.
    – Rinzwind
    Feb 28 at 12:06














up vote
0
down vote

favorite












I know it must have been answered somewhere but I cannot find it.



I want to install Grunt in a project directory, on my computer, on a virtual volume (I am in dual boot with Windows, and the directory I am working on is on a third volume, not the Windows one).



When I try to install it there it constantly return errors and I cannot use Grunt, even though I am using sudo. It still returns :



npm ERR! code EPERM
(... plenty of other lines of npm ERR! ...))
npm ERR! Please try running this command again as root/Administrator.


Now when I try to do it with the same project but after having copied it in my /home/username volume-directory, then it works fine.



What should I do ?



Thanks!










share|improve this question























  • /home is a linux location. If you are trying to install Linux software on a windows volume what do you expect to happen when you do that?! Won't work. Ever.
    – Rinzwind
    Feb 28 at 10:49










  • Hi Rinzwind. Thank you for your time. I guess I was not clear enough. I am working in a third volume, not the Windows one, just a volume where I save my documents.
    – raphael
    Feb 28 at 10:55










  • and that volume is in ext3 or ext4?
    – Rinzwind
    Feb 28 at 10:57










  • It's on 'FAT32'. Or at least it says when I look at it with Disks. Now if I right-click and check with the Files properties, it says: 'Filesystem type: msdos' (?!) (I am really new to Linux, so perdon my lack of knowledge ;) )
    – raphael
    Feb 28 at 11:14











  • Then see my first comment. You can not install linux software and use it from a windows filesystem. You can only do that if you convince Microsoft to support posix/linux.
    – Rinzwind
    Feb 28 at 12:06












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I know it must have been answered somewhere but I cannot find it.



I want to install Grunt in a project directory, on my computer, on a virtual volume (I am in dual boot with Windows, and the directory I am working on is on a third volume, not the Windows one).



When I try to install it there it constantly return errors and I cannot use Grunt, even though I am using sudo. It still returns :



npm ERR! code EPERM
(... plenty of other lines of npm ERR! ...))
npm ERR! Please try running this command again as root/Administrator.


Now when I try to do it with the same project but after having copied it in my /home/username volume-directory, then it works fine.



What should I do ?



Thanks!










share|improve this question















I know it must have been answered somewhere but I cannot find it.



I want to install Grunt in a project directory, on my computer, on a virtual volume (I am in dual boot with Windows, and the directory I am working on is on a third volume, not the Windows one).



When I try to install it there it constantly return errors and I cannot use Grunt, even though I am using sudo. It still returns :



npm ERR! code EPERM
(... plenty of other lines of npm ERR! ...))
npm ERR! Please try running this command again as root/Administrator.


Now when I try to do it with the same project but after having copied it in my /home/username volume-directory, then it works fine.



What should I do ?



Thanks!







permissions sudo npm grunt






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 28 at 10:52

























asked Feb 28 at 10:46









raphael

13




13











  • /home is a linux location. If you are trying to install Linux software on a windows volume what do you expect to happen when you do that?! Won't work. Ever.
    – Rinzwind
    Feb 28 at 10:49










  • Hi Rinzwind. Thank you for your time. I guess I was not clear enough. I am working in a third volume, not the Windows one, just a volume where I save my documents.
    – raphael
    Feb 28 at 10:55










  • and that volume is in ext3 or ext4?
    – Rinzwind
    Feb 28 at 10:57










  • It's on 'FAT32'. Or at least it says when I look at it with Disks. Now if I right-click and check with the Files properties, it says: 'Filesystem type: msdos' (?!) (I am really new to Linux, so perdon my lack of knowledge ;) )
    – raphael
    Feb 28 at 11:14











  • Then see my first comment. You can not install linux software and use it from a windows filesystem. You can only do that if you convince Microsoft to support posix/linux.
    – Rinzwind
    Feb 28 at 12:06
















  • /home is a linux location. If you are trying to install Linux software on a windows volume what do you expect to happen when you do that?! Won't work. Ever.
    – Rinzwind
    Feb 28 at 10:49










  • Hi Rinzwind. Thank you for your time. I guess I was not clear enough. I am working in a third volume, not the Windows one, just a volume where I save my documents.
    – raphael
    Feb 28 at 10:55










  • and that volume is in ext3 or ext4?
    – Rinzwind
    Feb 28 at 10:57










  • It's on 'FAT32'. Or at least it says when I look at it with Disks. Now if I right-click and check with the Files properties, it says: 'Filesystem type: msdos' (?!) (I am really new to Linux, so perdon my lack of knowledge ;) )
    – raphael
    Feb 28 at 11:14











  • Then see my first comment. You can not install linux software and use it from a windows filesystem. You can only do that if you convince Microsoft to support posix/linux.
    – Rinzwind
    Feb 28 at 12:06















/home is a linux location. If you are trying to install Linux software on a windows volume what do you expect to happen when you do that?! Won't work. Ever.
– Rinzwind
Feb 28 at 10:49




/home is a linux location. If you are trying to install Linux software on a windows volume what do you expect to happen when you do that?! Won't work. Ever.
– Rinzwind
Feb 28 at 10:49












Hi Rinzwind. Thank you for your time. I guess I was not clear enough. I am working in a third volume, not the Windows one, just a volume where I save my documents.
– raphael
Feb 28 at 10:55




Hi Rinzwind. Thank you for your time. I guess I was not clear enough. I am working in a third volume, not the Windows one, just a volume where I save my documents.
– raphael
Feb 28 at 10:55












and that volume is in ext3 or ext4?
– Rinzwind
Feb 28 at 10:57




and that volume is in ext3 or ext4?
– Rinzwind
Feb 28 at 10:57












It's on 'FAT32'. Or at least it says when I look at it with Disks. Now if I right-click and check with the Files properties, it says: 'Filesystem type: msdos' (?!) (I am really new to Linux, so perdon my lack of knowledge ;) )
– raphael
Feb 28 at 11:14





It's on 'FAT32'. Or at least it says when I look at it with Disks. Now if I right-click and check with the Files properties, it says: 'Filesystem type: msdos' (?!) (I am really new to Linux, so perdon my lack of knowledge ;) )
– raphael
Feb 28 at 11:14













Then see my first comment. You can not install linux software and use it from a windows filesystem. You can only do that if you convince Microsoft to support posix/linux.
– Rinzwind
Feb 28 at 12:06




Then see my first comment. You can not install linux software and use it from a windows filesystem. You can only do that if you convince Microsoft to support posix/linux.
– Rinzwind
Feb 28 at 12:06















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1010606%2fpermissions-of-a-folder-to-change-to-use-grunt%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1010606%2fpermissions-of-a-folder-to-change-to-use-grunt%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error

How do I move numbers in filenames, in a batch renaming operation?