Nodejs + npm, installing modules on ntfs partition

前端 未结 7 1039
走了就别回头了
走了就别回头了 2021-01-30 06:52

I have a problem when installing npm modules. NodeJS is installed on Ubuntu 11.10 running on Virtual Box on Windows host. My project files are on NTFS partition (I have to share

7条回答
  •  南笙
    南笙 (楼主)
    2021-01-30 07:47

    Try this - http://ahtik.com/blog/2012/08/16/fixing-your-virtualbox-shared-folder-symlink-error/

    Works for me!

    Basically you set a parameter

    VBoxManage setextradata YOURVMNAME VBoxInternal2/SharedFoldersEnableSymlinksCreate/YOURSHAREFOLDERNAME 1

    And then run the VM as an administrator....

提交回复
热议问题