I'm trying to run sudo npm install babel-cli babel-core --save-dev in a clean project that had npm init already ran. I get errors saying that I have to run at root, but the install already is root. Here is the npm-debug.log file.
            Asked
            
        
        
            Active
            
        
            Viewed 283 times
        
    1
            
            
         
    
    
        Dhirendra
        
- 780
- 9
- 26
 
    
    
        Scott Lagler
        
- 11
- 1
- 3
- 
                    1Seems like this is likely your issue since you are installing onto a flash drive: https://stackoverflow.com/questions/8232778/nodejs-npm-installing-modules-on-ntfs-partition – loganfsmyth Dec 07 '16 at 05:32
- 
                    @loganfsmyth Thank you so much! – Scott Lagler Dec 07 '16 at 12:17
- 
                    Possible duplicate of [Nodejs + npm, installing modules on ntfs partition](https://stackoverflow.com/questions/8232778/nodejs-npm-installing-modules-on-ntfs-partition) – Armali May 09 '18 at 08:31