Skip to content
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 . #23496

Closed
DartBot opened this issue May 20, 2015 · 4 comments
Closed

The new web project can not run . #23496

DartBot opened this issue May 20, 2015 · 4 comments

Comments

@DartBot
Copy link

DartBot commented May 20, 2015

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...

  • browser 0.10.0+2
    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.

@anders-sandholm
Copy link
Contributor

Assuming this is in the Dart Editor?


Added Area-Editor, Triaged labels.

@DartBot
Copy link
Author

DartBot commented May 28, 2015

This comment was originally written by lucky.js....@gmail.com


Yes. Could this issue cause the network? I am from China.

@munificent
Copy link
Member

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.
Added Area-Pub label.

@DartBot
Copy link
Author

DartBot commented Jun 4, 2015

This issue has been moved to dart-lang/pub#27.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants