permissions of a folder to change to use grunt

Clash 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!
permissions sudo npm grunt
 |Â
show 1 more comment
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!
permissions sudo npm grunt
/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
 |Â
show 1 more comment
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!
permissions sudo npm grunt
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
permissions sudo npm grunt
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
 |Â
show 1 more comment
/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
 |Â
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
/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