Nodejs + npm, installing modules on ntfs partition

前端 未结 7 1026
走了就别回头了
走了就别回头了 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:52

    If you don't use native modules (compiled from C/C++) you can just use npm on your Ubuntu VM and copy the node_modules folder to you windows drive.

提交回复
热议问题