Giter VIP home page Giter VIP logo

Comments (6)

JacksonGL avatar JacksonGL commented on May 27, 2024

@cs-storm Did you install memlab via npm install -g memlab?

Can you copy and paste the result of the following commands here?

  1. memlab version
  2. memlab run --scenario src/tests/memlabTest.js --verbose

from memlab.

cs-storm avatar cs-storm commented on May 27, 2024

memlab version

memlab run --scenario src/tests/memlabTest.js --verbose

Xvfb supports: false
Xvfb: true
Could not find expected browser (chrome) locally. Run `npm install` to download the correct Chromium revision (982053).
Error: Could not find expected browser (chrome) locally. Run `npm install` to download the correct Chromium revision (982053).
    at ChromeLauncher.launch (/Users/storm/.nvm/versions/node/v16.1.0/lib/node_modules/memlab/node_modules/puppeteer/lib/cjs/puppeteer/node/Launcher.js:105:23)
    at PuppeteerNode.launch (/Users/storm/.nvm/versions/node/v16.1.0/lib/node_modules/memlab/node_modules/puppeteer/lib/cjs/puppeteer/node/Puppeteer.js:125:31)
    at Object.<anonymous> (/Users/storm/.nvm/versions/node/v16.1.0/lib/node_modules/memlab/node_modules/@memlab/api/dist/lib/APIUtils.js:43:39)
    at Generator.next (<anonymous>)
    at /Users/storm/.nvm/versions/node/v16.1.0/lib/node_modules/memlab/node_modules/@memlab/api/dist/lib/APIUtils.js:17:71
    at new Promise (<anonymous>)
    at __awaiter (/Users/storm/.nvm/versions/node/v16.1.0/lib/node_modules/memlab/node_modules/@memlab/api/dist/lib/APIUtils.js:13:12)
    at Object.getBrowser (/Users/storm/.nvm/versions/node/v16.1.0/lib/node_modules/memlab/node_modules/@memlab/api/dist/lib/APIUtils.js:29:12)
    at /Users/storm/.nvm/versions/node/v16.1.0/lib/node_modules/memlab/node_modules/@memlab/api/dist/API.js:343:48
    at Generator.next (<anonymous>)

from memlab.

cs-storm avatar cs-storm commented on May 27, 2024

I confirm that memlab is installed this way

from memlab.

JacksonGL avatar JacksonGL commented on May 27, 2024

@cs-storm If the env variable PUPPETEER_SKIP_CHROMIUM_DOWNLOAD is set to false, npm install puppeteer will not install Chromium. You might want to double check the node_module of your npm global install and make sure puppeteer did download the Chromium binary

from memlab.

cs-storm avatar cs-storm commented on May 27, 2024

I solved this problem, I found that I need to install in the puppeteer folder in node_module under global memlab

from memlab.

JacksonGL avatar JacksonGL commented on May 27, 2024

When you globally install MemLab using npm, it should automatically take care of installing all dependencies (incl. Puppeteer), as well as installing anything required by Puppeteer. I would suggest checking your npm configuration or OS permission to ensure npm is set up correctly.

from memlab.

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.