Code Monkey home page Code Monkey logo

Comments (4)

srdjan avatar srdjan commented on July 29, 2024 1

I think the problem may be in the order of instruction steps, build step for the ReactMultistep component tries to copy it's build to the ./example/node_modules - but that folder doesn't exist yet.
Can you try this, please (if confirmed, I'll fix the build script this weekend):

Start by cloning the repo locally:
//--step 1

git clone https://github.com/srdjan/react-multistep.git   // clone the repo
cd react-multistep/example                                // navigate to the example folder
npm install                                               // install  dependancies for the example

Next, navigate back to the root folder, install dependencies and build the ReactMultistep component:

cd ..                                                     // navigate to the root folder
npm install
npm run build 

On a successful ReactMultistep component build, navigate to the example folder and try it:

cd example
npm run build
npm start

Now you can try to open the example in your favorite browser. Let me know - thanks!

from react-multistep.

srdjan avatar srdjan commented on July 29, 2024

thanks for reporting!
did you run 'npm run build' in the root folder first? (this builds the component, 'Step 2' in readme file)

from react-multistep.

FrancoisSoler avatar FrancoisSoler commented on July 29, 2024

Hi,

here is my terminal:

I did everything like in the readme, running on ubuntu 22.04 with node v18.14.2

Capture d’écran du 2023-02-28 15-23-06

from react-multistep.

FrancoisSoler avatar FrancoisSoler commented on July 29, 2024

It works now, thanks !

from react-multistep.

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.