-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The new web project can not run . #27
Comments
<img src="https://avatars.githubusercontent.com/u/3276024?v=3" align="left" width="48" height="48"hspace="10"> Comment by anders-sandholm Assuming this is in the Dart Editor? Added Area-Editor, Triaged labels. |
This comment was originally written by lucky.js....@gmail.com Yes. Could this issue cause the network? I am from China. |
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent 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. Removed Area-Editor label. |
Originally opened as dart-lang/sdk#23496
This issue was originally filed by lucky.js....@gmail.com
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: