dart - pub get error: Cannot create link...(OS Error: Incorrect function) -
i have error while trying packages angular dart codelab:
--- 10:01:28 running pub ... --- pub failed, [1] resolving dependencies........................................ cannot create link, path = 'x:\dev\dart\ng-darrrt-codelab-master\packages\angular' (os error: incorrect function. , errno = 1)
i tried remove in packages folder , try again. packages download correctly, "cannot create link" error persists...
i'm on windows server 2008 , use darteditor 1.2.0
instead of downloading packages each project, pub
downloads them cache directory , symbolic links packages
directory. saves bandwidth because instead of downloading package every time needs symbolic link cache. if pub
unable create symbolic link throws cannot create link
error. on windows not possible symbolically link folder local drive network drive. can circumvent error moving file local drive , running pub get
.
Comments
Post a Comment