-
Notifications
You must be signed in to change notification settings - Fork 12k
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
can't server project #886
Comments
Could you post your Edit: To save some time, make sure of the following: In your
(234de2b#diff-07a68a6787db2e2ff85093b708c543f4L7) In your
|
Hey! You are serving without elevated rights. Basically, you need to run |
Thank you all for helping me , |
In case of non-admin user instead of symlinkSync will just writeFileSync. Close angular#905 Fix angular#886 Fix angular#370
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
angular-cli: 1.0.0-beta.5
node: 5.10.1
os: win32 x64
D:\projects\angular2\MRIGUEL\starter-template\public\xccc (master) (xccc@0.0.0)
λ ng serve
Running without elevated rights. Running Ember CLI "as Administrator" increases performance significantly.
See ember-cli.com/user-guide/#windows for details.
Livereload server on http://localhost:49152
Serving on http://localhost:4200/
The Broccoli Plugin: [BroccoliTypeScriptCompiler] failed with:
Error: EPERM: operation not permitted, symlink 'D:\projects\angular2\MRIGUEL\starter-template\public\xccc\tmp\broccoli_type_script_compiler-cache_path-ItOQSrV5.tmp\src\app\environment.js.map' -> 'D:\projects\angular2\MRIGUEL\starter-template\public\xccc\tmp\broccoli_type_script_compiler-output_path-AfkAbBhc.tmp\src\app\environment.js.map'
at Error (native)
at Object.fs.symlinkSync (fs.js:945:18)
at BroccoliTypeScriptCompiler._outputFile (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\lib\broccoli\broccoli-typescript.js:206:8)
at D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\lib\broccoli\broccoli-typescript.js:108:18
at Array.forEach (native)
at D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\lib\broccoli\broccoli-typescript.js:107:30
at Array.forEach (native)
at BroccoliTypeScriptCompiler._doIncrementalBuild (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\lib\broccoli\broccoli-typescript.js:93:19)
at BroccoliTypeScriptCompiler.build (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\lib\broccoli\broccoli-typescript.js:43:10)
at D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\broccoli-caching-writer\index.js:152:21
at lib$rsvp$$internal$$tryCatch (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\broccoli-caching-writer\node_modules\rsvp\dist\rsvp.js:1036:16)
at lib$rsvp$$internal$$invokeCallback (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\broccoli-caching-writer\node_modules\rsvp\dist\rsvp.js:1048:17)
at lib$rsvp$$internal$$publish (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\broccoli-caching-writer\node_modules\rsvp\dist\rsvp.js:1019:11)
at lib$rsvp$asap$$flush (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\broccoli-caching-writer\node_modules\rsvp\dist\rsvp.js:1198:9)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
The broccoli plugin was instantiated at:
at BroccoliTypeScriptCompiler.Plugin (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\broccoli-caching-writer\node_modules\broccoli-plugin\index.js:10:31)
at BroccoliTypeScriptCompiler.CachingWriter as constructor
at BroccoliTypeScriptCompiler (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\lib\broccoli\broccoli-typescript.js:26:49)
at Angular2App._getTsTree (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\lib\broccoli\angular2-app.js:321:18)
at Angular2App._buildTree (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\lib\broccoli\angular2-app.js:116:23)
at new Angular2App (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\lib\broccoli\angular2-app.js:53:23)
at module.exports (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\angular-cli-build.js:6:10)
at Class.module.exports.Task.extend.setupBroccoliBuilder (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\angular-cli\lib\models\builder.js:55:19)
at Class.module.exports.Task.extend.init (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\angular-cli\lib\models\builder.js:89:10)
at new Class (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\angular-cli\node_modules\core-object\core-object.js:18:12)
at Class.module.exports.Task.extend.run (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\angular-cli\lib\tasks\serve.js:15:19)
at D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\angular-cli\lib\commands\serve.js:64:24
at lib$rsvp$$internal$$tryCatch (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\angular-cli\node_modules\rsvp\dist\rsvp.js:1036:16)
at lib$rsvp$$internal$$invokeCallback (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\angular-cli\node_modules\rsvp\dist\rsvp.js:1048:17)
at lib$rsvp$$internal$$publish (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\angular-cli\node_modules\rsvp\dist\rsvp.js:1019:11)
at lib$rsvp$asap$$flush (D:\projects\angular2\MRIGUEL\starter-template\public\xccc\node_modules\angular-cli\node_modules\angular-cli\node_modules\rsvp\dist\rsvp.js:1198:9)
Any help please ...
The text was updated successfully, but these errors were encountered: