question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to start forked react-sortable-tree

See original GitHub issue
  • Reporting a Bug?

bug

  • What’s your use case? (Tell me about your application and what problem you’re trying to solve.)

After successfull installation when I try to start or build the forked project with yarn start or yarn run build it fails

$ yarn start

yarn run v1.22.4
$ parcel website/index.html
Server running at http://localhost:1234 
×  No entries found.
    at Bundler.bundle (C:\Users\Gyorgy\ProjectFiles\DataDict\react-sortable-tree\node_modules\parcel-bundler\src\Bundler.js:275:17)
    at async Bundler.serve (C:\Users\Gyorgy\ProjectFiles\DataDict\react-sortable-tree\node_modules\parcel-bundler\src\Bundler.js:842:7)
    at async Command.bundle (C:\Users\Gyorgy\ProjectFiles\DataDict\react-sortable-tree\node_modules\parcel-bundler\src\cli.js:241:20)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 
 yarn run build
yarn run v1.22.4
$ yarn run lint && yarn run clean
$ eslint src website

Oops! Something went wrong! :(

ESLint: 6.7.2.

No files matching the pattern "website" were found.
Please check for typing mistakes in the pattern.

error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

I used the master branch. Is it something that I missed? The documentation is not too detailed unfortunately. Thank you!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
guldenmwcommented, Apr 30, 2020

It seems the following commit broke the scripts by removing the website directory.

30749c74deba9b254c674bc0ded4fe2e6eb4cdce

@wuweiweiwu would you mind advising on how to solve this?

0reactions
wuweiweiwucommented, Jul 30, 2020

@guldenmw will update!

Read more comments on GitHub >

github_iconTop Results From Across the Web

react-sortable-tree not working on react 17.0.1 #840 - GitHub
I'm using the example of react-sortable-tree but it's not working on ... List of Errors: Unable to find node on an unmounted component....
Read more >
react-sortable-tree-forked - npm package - Snyk
This issue may be related to an ongoing incompatibility between UglifyJS and Webpack's behavior. See an explanation at create-react-app#2376.
Read more >
When I install a module with NPM that I have forked in git I ...
git clone https://github.com/lewishornsby/react-sortable-tree.git. then go into the directory react-sortable-tree , then do: npm install.
Read more >
react-sortable-tree-patch-react-17 - npm
Drag-and-drop sortable component for nested data and hierarchies. ... Start using react-sortable-tree-patch-react-17 in your project by ...
Read more >
React table tree view - cabinetstudies.it
Start using @types/react-data-grid in your project by running `npm i @types/react-data-grid` ... Learn how to use react-sortable-tree by viewing and forking ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found