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

Closed
DartBot opened this issue Jun 4, 2015 · 3 comments
Closed

The new web project can not run . #27

DartBot opened this issue Jun 4, 2015 · 3 comments
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@DartBot
Copy link

DartBot commented Jun 4, 2015

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

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

@DartBot
Copy link
Author

DartBot commented Jun 4, 2015

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

@DartBot DartBot added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Jun 4, 2015
@DartBot
Copy link
Author

DartBot commented Jun 4, 2015

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


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

@DartBot
Copy link
Author

DartBot commented Jun 4, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

2 participants