GithubHelp home page GithubHelp logo

Comments (6)

kmorizur avatar kmorizur commented on July 20, 2024

Hi,

I had same issue and I found that package is missing in the dev dependencies

Just add babel-jest and it should work.

from react-redux-boilerplate.

minhoyooDEV avatar minhoyooDEV commented on July 20, 2024

another is

npm uninstall jest-cli
npm install --save-dev jest-cli

latest jest is autometically supports babel

from react-redux-boilerplate.

flexdinesh avatar flexdinesh commented on July 20, 2024

@kmorizur We have babel-polyfill listed down in dependencies and we need it there rather than in devDependencies as babel-polyfill should be executed in browsers while executing react-redux-boilerplate/app/app.js.

@hitesh97 running npm install or yarn before executing the scripts should usually fix this issue.

@minhoyooDEV jest-cli is already listed down in devDependencies.

from react-redux-boilerplate.

hitesh97 avatar hitesh97 commented on July 20, 2024

@flexdinesh: thanks for the reply.. done npm install and yarn found no issues whilst installing the dependencies.
Also, did clean install / remove node_modules folder and start again

same error..! :(

from react-redux-boilerplate.

flexdinesh avatar flexdinesh commented on July 20, 2024

@hitesh97 I validated everything again in a new windows machine and things seem to run smooth.

These were my steps.

  1. git clone
  2. npm install
  3. npm test
  4. npm start

Everything looks okay to me. Maybe one your local global packages is causing the issue in you machine?

from react-redux-boilerplate.

flexdinesh avatar flexdinesh commented on July 20, 2024

I did a second round of validation in a new Mac machine and I don't see any errors.

Here's my system configuration, just in case someone needs it.
MacOS: High Sierra
yarn: 1.9.4
npm: 6.2.0
node: 10.8.0

Closing this issue now as there's been no further comments for over a month.

from react-redux-boilerplate.

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.