ข้อผิดพลาด Npm เมื่อติดตั้งแพ็กเกจบน windows share
ฉันมี Ubuntu 12.10 ที่ทำงานในฐานะแขกของ VMware บนโฮสต์ Windows 8 ของฉัน ฉันได้แชร์โฟลเดอร์ไว้ใน Windows 8 Host ของฉันแล้วและติดตั้งในแขก Ubuntu เมื่อเริ่มต้นใช้รายการนี้ในfstab: //myhost/work /work cifs credentials=/home/user/.smbcredentials,noserverino,nounix,uid=user,gid=user,file_mode=0777,dir_mode=0777 0 0 การแชร์ทำงานได้ดีและสามารถให้บริการโดยเว็บเซิร์ฟเวอร์เช่น nginx อย่างไรก็ตามดูเหมือนว่าจะมีปัญหาเมื่อฉันติดตั้งแพ็คเกจ node.js โดยใช้ npm ฉันได้รับข้อผิดพลาดจำนวนมากเช่นนี้: user@ubuntu:/work/test$ sudo npm install grunt npm http GET https://registry.npmjs.org/grunt npm http 304 https://registry.npmjs.org/grunt ... npm ERR! error rolling back Error: ENOTEMPTY, …