Giter Site home page Giter Site logo

can't run kitchen-sink about kitchen-sink HOT 18 CLOSED

reapp avatar reapp commented on June 17, 2024
can't run kitchen-sink

from kitchen-sink.

Comments (18)

NicoleY77 avatar NicoleY77 commented on June 17, 2024

+1

from kitchen-sink.

NicoleY77 avatar NicoleY77 commented on June 17, 2024

I found that the dir structure o reapp-ui modules has changed since v0.12, which requires a change of the way it's initialized. Please update to the latest stable npm

from kitchen-sink.

wuichen avatar wuichen commented on June 17, 2024

@NecoleYu can u explain how to do that? which npm packages needed to be updated?

from kitchen-sink.

wmyers avatar wmyers commented on June 17, 2024

to get kitchen sink working with latest node (0.12.4) the following dependencies are working for me:

"dependencies": {
    "qs": "^2.3.3",
    "react": "0.13.2",
    "react-router": "^0.13.3",
    "reapp-platform": "^1.0.7",
    "reapp-routes": "^0.10.10",
    "reapp-ui": "^0.12.54"
  }

NB your React version currently needs to be 0.13.2, 0.13.3 is causing a bug in Reapp.

Also note kitchen-sink does not use reapp-kit for dependencies, so themes are manually implemented with <Theme> helper. This presumably means the code is less supported than if using reapp-kit

from kitchen-sink.

MathiasGilson avatar MathiasGilson commented on June 17, 2024

@wmyers Thanks man replacing the default dependencies of the project by yours and running npm install worked for me :)

from kitchen-sink.

maisnamraju avatar maisnamraju commented on June 17, 2024

Works on 4.0 as well.

from kitchen-sink.

andela-ooladayo avatar andela-ooladayo commented on June 17, 2024

@wmyers Thanks, your solutions works for me too

from kitchen-sink.

Andreyco avatar Andreyco commented on June 17, 2024

Published patch #12

from kitchen-sink.

honghuamin avatar honghuamin commented on June 17, 2024

meet same problem . does this project still alive ?

from kitchen-sink.

hellogerard avatar hellogerard commented on June 17, 2024

The above changes got reapp build working for me, but in order to get reapp run to work, I had to add the following to package.json as well:

  "devDependencies": {
    "babel-loader": "^5.3.3",
    "reapp": "^0.8.28",
    "webpack": "^1.12.4",
    "webpack-dev-server": "^1.12.1"
  }

Or equivalently, run: npm install --save-dev [email protected] webpack-dev-server webpack reapp

Note that kitchen-sink is not compatible with babel 6.

from kitchen-sink.

JammyClarkie avatar JammyClarkie commented on June 17, 2024

I also get Module not found errors when copying this project and when doing reapp new

from kitchen-sink.

yashsway avatar yashsway commented on June 17, 2024

Still doesn't work. Says main.css file is missing when I build for web. (index.html file has it as a required file but there is no css to be found)

from kitchen-sink.

esutton avatar esutton commented on June 17, 2024

So both reapp and this project is dead?

I assume reapp must be dead since this demo is mentioned prominently on http://reapp.io/ yet I cannot get kitchen sink to run.

My main development focus is react-native which is working well for me. I was hoping I could use react to demonstrate desktop prototype concepts and re-use some code on desktops, Android, and iOS. The reapp kitchen sink looked like a quick way to get started but I cannot get the demo to build and run.

Many "Module not found" errors.

Confirmation of reapp is dead or suggestions is appreciated.

from kitchen-sink.

ryd0rz avatar ryd0rz commented on June 17, 2024

Hey esutton. Can you pm me on gitter.io?

I can help you get going.

from kitchen-sink.

esutton avatar esutton commented on June 17, 2024

@ryd0rz I am not familiar with gitter.io. Cannot find it searching?

from kitchen-sink.

ryd0rz avatar ryd0rz commented on June 17, 2024

oh sorry. I meant gitter.im! I see you've found it... I am pm'ing you now.

from kitchen-sink.

esutton avatar esutton commented on June 17, 2024

Thank you @ryd0rz for pm assistance ! Kitchen sink is working for me now.

from kitchen-sink.

ryd0rz avatar ryd0rz commented on June 17, 2024

For anyone else that runs into this:

git checkout restructure-like-reapp-new
rm -rf server_modules/
rm -rf node_modules/
sudo npm install
reapp run

This is until we push new kitchen sink to master.

from kitchen-sink.

Related Issues (8)

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.