You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.option('src', 'The original file you want to reference.')
.option('dst', 'The symlink file that will be generated.')
.option('type', 'Can be either "dir", "file", or "junction" (default is "file"). Check http://nodejs.org/api/fs.html#fs_fs_symlink_srcpath_dstpath_type_callback for more info.', 'file')