Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot find module './basic' #1

Closed
mlshvdv opened this issue Apr 24, 2015 · 1 comment
Closed

Error: Cannot find module './basic' #1

mlshvdv opened this issue Apr 24, 2015 · 1 comment

Comments

@mlshvdv
Copy link

mlshvdv commented Apr 24, 2015

Code:

'use strict';

var React = require('react');
var Router = require('react-router');
var { Route, RouteHandler, Link } = Router;

var ReactTooltip = require('react-tooltip');

var Item = React.createClass({

    displayName: 'Item',

    render: function() {

        return <p>
                    <span className="title" data-placeholder="Double click to edit">{this.props.item.title</span>
                    <ReactTooltip />
        </p>;
    }

});

module.exports = Item;

Errors:

Error: Cannot find module './basic' from '/projects/my-project/node_modules/react-tooltip'
Error: Cannot find module './basic-show' from '/projects/my-project/node_modules/react-tooltip'
Error: Cannot find module './place-top' from '/projects/my-project/node_modules/react-tooltip'
Error: Cannot find module './place-bottom' from '/projects/my-project/node_modules/react-tooltip'
wwayne added a commit that referenced this issue Apr 25, 2015
@wwayne
Copy link
Collaborator

wwayne commented Apr 25, 2015

@MalyshevDmitry
Fixed, thank you : )
current version: 0.1.7

@wwayne wwayne closed this as completed Apr 25, 2015
wwayne pushed a commit that referenced this issue Dec 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants