Giter VIP home page Giter VIP logo

Comments (3)

uniflare avatar uniflare commented on May 29, 2024 1

Oh strange, I swear I put in the correct exe name, this must be in my path somehow :D.
It is working after testing again. Sorry to waste your time.

Thanks again :)

from dashlane-cli.

Mikescops avatar Mikescops commented on May 29, 2024

I see in your command output C:\Apps\dcli>dcli, which executable is this?
It sounds like you're launching the node project (and not the release build) as per the error path AppData\Roaming\npm\node_modules\@dashlane.
Can you confirm?

from dashlane-cli.

jboillot avatar jboillot commented on May 29, 2024

Hello,
I have been unable to reproduce this error on a Windows VM.
I can see in the "Result" part of the issue you are using the command dcli instead of dcli-win_x64.exe. Moreover, the path of the missing module looks like the one of the CLI manually linked (using npm link) and not the bundled version provided in the resources (that you downloaded).

If you want to use the alias dcli to use the CLI you will have to create this alias or copy dcli-win_x64.exe in a directory of your path.

First, you will have to unlink the npm package: npm unlink @dashlane/cli.

This first method modifies the path variable: you add "C:\Apps\dcli" to the variable path in your environment variables. I believe with this method you will have keep the ".exe" extension (and then call dcli.exe).
image

With PowerShell I believe it's easier to create aliases:
image

If this doesn't solve your problem or if it is unclear don't hesitate to tell me :)

from dashlane-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.