注意在Windows环境下,virtualBox中使用yarn 安装到共享文件夹,会Boom:
An unexpected error occurred: "EROFS: read-only file system, symlink '../../../bless/bin/blessc' -> '.../node_modules/apostrophe/node_modules/.bin/blessc'".
这种情况下就不要让yarn创建软链接,而是直接将文件拷进node_modules.
下面是正确的命令
yarn install --no-bin-links