Coder Social home page Coder Social logo

Comments (3)

bdoherty avatar bdoherty commented on August 17, 2024

Can you have a look in the folder that you have created and see what scripts have been created? Perhaps it will have a name like actual-budget-template.sh.

You may want to try typing actual-budget-template and then press tab, to see if it completes the command. Please let me know how you go, and then I can update the documentation.

from actual-budget-template.

neldeles avatar neldeles commented on August 17, 2024

Hi pressing tab does not complete.

This is what the folder looks like after installation:
CleanShot 2022-04-15 at 10 06 42@2x

from actual-budget-template.

PartyLich avatar PartyLich commented on August 17, 2024

Same behavior on linux. abbreviated tree:

.
├── node_modules
│   ├── @actual-app
│   │   └── api
│   ├── actual-budget-template
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
...
├── package.json
└── package-lock.json

Top level package.json has no scripts at all. The actual-budget-template package entry point is present and executable. From the dir we created, running

npx actual-budget-template

executes the local package without any redownload. You could also be super verbose and use

./node_modules/.bin/actual-budget-template
# above is just a symlink to
./node_modules/actual-budget-template/index.js

To my knowledge, nothing in npm i adds the executable file to PATH or anything like that without the global flag, so I'm not sure how it was intended to work as written. It's always a great day for me to learn something new though :)

from actual-budget-template.

Related Issues (1)

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.