Giter Site home page Giter Site logo

Comments (6)

melissachang avatar melissachang commented on May 12, 2024 4

Even without jest global, fresh install doesn't work. You either need to add jest-environment-node to the npm install command, or take out peer dependencies. Why not take out peer dependencies, they just complicate things?

Repro steps without global jest:

  • Create a directory and cd into it
  • Put into package.json:
{
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "preset": "jest-puppeteer"
  }
}
  • npm install --save-dev jest-puppeteer puppeteer
    Note this warning is printed:
npm WARN [email protected] requires a peer of jest-environment-node@^22.0.0 but none is installed. You must install peer dependencies yourself.

Also note that node_modules/jest-environment-node doesn't exit.

  • Put sample code into test.js
  • jest test.js gives this error:
npm test
 FAIL  ./test.js
  ● Test suite failed to run

    Cannot find module 'jest-environment-node'
      
      at Object.<anonymous> (node_modules/jest-environment-puppeteer/lib/PuppeteerEnvironment.js:9:28)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        0.05s, estimated 3s
Ran all test suites matching /test.js/i.

from jest-puppeteer.

gregberge avatar gregberge commented on May 12, 2024

I thought that jest-environment-node was installed with jest that's why it is a peer dependency. I will check but if it is not the case it makes sense to add move it into dependencies.

from jest-puppeteer.

melissachang avatar melissachang commented on May 12, 2024

Ah, I did an npm global install of jest. (Updated my repro steps.) So even if jest installed jest-environment-node, it wouldn't be in <root_dir>/node_modules.

Can you further explain the technical reason why the peer dependency was needed? Or just try getting rid of the peer dependencies? There's also a peer dependency in packages/jest-puppeteer/package.json; it would be nice to get rid of that too.

from jest-puppeteer.

gregberge avatar gregberge commented on May 12, 2024

I have just tested to install jest locally and it installs jest-environment-node/. Installing jest globally is not a good practice, so please install it locally and everything will work.

from jest-puppeteer.

 avatar commented on May 12, 2024

@melissachang

Even with jest global

I think @neoziro expressly said to not use jest globally but locally and everything will work 😋
I haven't tested myself.

from jest-puppeteer.

melissachang avatar melissachang commented on May 12, 2024

Sorry, I meant "even without jest global", I edited the post.

from jest-puppeteer.

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.