Git Product home page Git Product logo

Comments (13)

felipealfonsog avatar felipealfonsog commented on June 11, 2024 2

I fixed it, I had to code cleanly all the files... specially the webpack config and the json file for the installing modules... uff all fucked up.... now it's runnin perfectly to continue the stage of coding the UI with react. Thanks anyways guys. Just let's be careful always with the critical files. :)

from theatherflix.

rajvicky avatar rajvicky commented on June 11, 2024 1

Thanks man

from theatherflix.

antzshrek avatar antzshrek commented on June 11, 2024

trying to run a unit test on Bundle.js, but I can't really see the error.
How did the error came up for you?

from theatherflix.

felipealfonsog avatar felipealfonsog commented on June 11, 2024

it's not exactly the bundle... it's not webpack.... there's something I can't see ... that when you put the server to run, in the console you can see it as an error ... that error.... I can't see it ....

from theatherflix.

felipealfonsog avatar felipealfonsog commented on June 11, 2024

hey it's not in the server....
it's when you run it.... and debbug it...in the browser ...

from theatherflix.

felipealfonsog avatar felipealfonsog commented on June 11, 2024

Thanks to @gonzalrick and @antzshrek for keep trying .... 👍

from theatherflix.

felipealfonsog avatar felipealfonsog commented on June 11, 2024

this is the thing 🔢 :/
localhost-1521269079658.log

from theatherflix.

felipealfonsog avatar felipealfonsog commented on June 11, 2024

a shot..
error_log

from theatherflix.

felipealfonsog avatar felipealfonsog commented on June 11, 2024

for technical purposes... I was using react-router .... routers in react ....

from theatherflix.

rajvicky avatar rajvicky commented on June 11, 2024

you should do npm i create-react-class --save

from theatherflix.

rajvicky avatar rajvicky commented on June 11, 2024

var React = require('react');
var Nav = require('Nav');
var createClass = require('create-react-class');
var Main = createClass({
render: function () {
return (



Main Component



);
}
});
replace into

var React = require('react');
var Nav = require('Nav');

var Main = React.createClass({
render: function () {
return (



Main Component



);
}
});

from theatherflix.

felipealfonsog avatar felipealfonsog commented on June 11, 2024

I did that. It didn't work. Try to test before to post @rajvicky but sweet as that you suggested something. :)

from theatherflix.

felipealfonsog avatar felipealfonsog commented on June 11, 2024

Still with the bug

from theatherflix.

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.