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

mfw setup Windows 10 - error symlink #1

Open
Softovick opened this issue Dec 28, 2018 · 1 comment
Open

mfw setup Windows 10 - error symlink #1

Softovick opened this issue Dec 28, 2018 · 1 comment

Comments

@Softovick
Copy link

Softovick commented Dec 28, 2018

I run mfw setup with node 8 and node 10. Result:

NODEJS 8.15 NPM 6.4.1

 mfw setup
        -       downloading microservice-router
        -       downloading example-todo
        -       downloading microservice-auth
        -       downloading microservice-users-login
        -       downloading microservice-users
        -       copiyng microservice-auth to C:\dev\njs\mfw\api-todo-example-2/services/microservice-auth
        -       updating dependencies for microservice-auth
        -       copiyng microservice-router to C:\dev\njs\mfw\api-todo-example-2/services/microservice-router
        -       updating dependencies for microservice-router
fs.js:1014
  return binding.symlink(preprocessSymlinkDestination(target, type, path),
                 ^

Error: EPERM: operation not permitted, symlink 'C:\dev\njs\mfw\api-todo-example-2\configs\microservice-auth.env' -> 'C:\dev\njs\mfw\api-todo-example-2\services\microservice-auth\.env'
    at Object.fs.symlinkSync (fs.js:1014:18)
    at Object.createSymlinkSync (C:\ProgramData\nvm\v8.15.0\node_modules\@microservice-framework\mfw-cli\node_modules\fs-extra\lib\ensure\symlink.js:53:25)
    at C:\ProgramData\nvm\v8.15.0\node_modules\@microservice-framework\mfw-cli\includes\MFWCliClass.js:952:17
    at C:\ProgramData\nvm\v8.15.0\node_modules\@microservice-framework\mfw-cli\node_modules\graceful-fs\polyfills.js:282:31
    at FSReqWrap.oncomplete (fs.js:152:21)


NODE.JS 10.15 NPM 6.4.1

mfw setup
        -       downloading microservice-router
        -       downloading example-todo
        -       downloading microservice-auth
        -       downloading microservice-users
        -       downloading microservice-users-login
        -       copiyng microservice-auth to C:\dev\njs\mfw\api-todo-example-2/services/microservice-auth
        -       updating dependencies for microservice-auth
        -       copiyng microservice-router to C:\dev\njs\mfw\api-todo-example-2/services/microservice-router
        -       updating dependencies for microservice-router
        -       copiyng microservice-users-login to C:\dev\njs\mfw\api-todo-example-2/services/microservice-users-login
        -       updating dependencies for microservice-users-login
        -       copiyng microservice-users to C:\dev\njs\mfw\api-todo-example-2/services/microservice-users
        -       updating dependencies for microservice-users
        -       copiyng example-todo to C:\dev\njs\mfw\api-todo-example-2/services/example-todo
        -       updating dependencies for example-todo
fs.js:115
    throw err;
    ^

Error: EPERM: operation not permitted, symlink 'C:\dev\njs\mfw\api-todo-example-2/configs/microservice-users.env' -> 'C:\dev\njs\mfw\api-todo-example-2/services/microservice-users/.env'
    at Object.symlinkSync (fs.js:905:3)
    at Object.createSymlinkSync (C:\ProgramData\nvm\v10.15.0\node_modules\@microservice-framework\mfw-cli\node_modules\fs-extra\lib\ensure\symlink.js:53:25)
    at C:\ProgramData\nvm\v10.15.0\node_modules\@microservice-framework\mfw-cli\includes\MFWCliClass.js:952:17
    at C:\ProgramData\nvm\v10.15.0\node_modules\@microservice-framework\mfw-cli\node_modules\graceful-fs\polyfills.js:282:31
    at FSReqWrap.oncomplete (fs.js:154:21)
@Softovick
Copy link
Author

only for Linux Windows Subsystem work (ubuntu 18.04).... but it is uncomfortable

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

1 participant