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
Windows has a limitation that junction points must be on the same drive that the folder they point to lives on. Pub downloads packages into "AppData\Roaming\Pub\Cache" which is usually on your C: drive. You'll need your workspace to be on that drive too.
Originally opened as dart-lang/sdk#23496
This issue was originally filed by [email protected]
What steps will reproduce the problem?
1.Create a new web project named demo;
2.Try to run , and it showed following error :
--- 21:51:49 Starting pub serve : demo ---
Your pubspec has changed, so we need to update your lockfile:
Resolving dependencies...
Cannot create link, path = 'E:\my_workplace\dart\demo\packages\browser' (OS Error: 函数不正确。
, errno = 1);
the project can not run.
How can i do ?
What version of the product are you using?
Dart: 1.10.0
On what operating system?
windows 7
What browser (if applicable)?
chrome 39.0.2171.95 m
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: