Giter Site home page Giter Site logo

Comments (3)

sebastian-onlea avatar sebastian-onlea commented on May 19, 2024

Trying to eliminate variables - I tried it using the system-global Node.js environment (outside nvm), and got the same issue.

sebastian@Sebastians-Onlea-Macbook-Pro ~ % sw_vers && npm -v && node -v 
ProductName:    macOS
ProductVersion: 12.1
BuildVersion:   21C52
8.3.2
v14.18.1
sebastian@Sebastians-Onlea-Macbook-Pro ~ % sudo npm install -g auto-vo                                      

added 54 packages, and audited 55 packages in 3s

4 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
sebastian@Sebastians-Onlea-Macbook-Pro ~ % npx auto-vo --url https://example.com --limit 5 --until 'Example'
internal/modules/cjs/loader.js:905
  throw err;
  ^

Error: Cannot find module '../cli.js'
Require stack:
- /usr/local/lib/node_modules/auto-vo/bin/auto-vo.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at require (internal/modules/cjs/helpers.js:93:18)
    at Object.<anonymous> (/usr/local/lib/node_modules/auto-vo/bin/auto-vo.js:3:17)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/usr/local/lib/node_modules/auto-vo/bin/auto-vo.js' ]
}

from screenreaders.

jklingen avatar jklingen commented on May 19, 2024

I had the same problem, some additional observations:

  • the file cli.js actually is not present in the auto-vo directory or its subdirectories
  • when executing the same command with [email protected] it works as expected

from screenreaders.

ckundo avatar ckundo commented on May 19, 2024

thanks y'all, this is resolved in v1.6.0

from screenreaders.

Related Issues (18)

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.