Greaby/telescope

Unable to start Telescope - cannot find module index.js

belgianGeek opened this issue ยท 5 comments

Hi !
I tried to run Telescope after cloning the repo locally and installing the dependencies through Yarn. When I wanted to start the program, it threw an error saying the index.js file is missing. I just cloned the repo and installed all the dependencies, without touching at anything yet. Here's a screenshot of the error :

Yarn start error screenshot

Here's my directory structure :
directory structure

Can you help me with this ?
Thanks a lot !

Sorry I left the start command which is not used.
Use yarn build instead.

I don't use yarn. If there are errors, I can make the project compatible with it.

Thank you all ! ๐Ÿ˜ƒ

I also tried npm run buildbut I received the following error output :
image

I did some research but I do not know how to solve it so far... ๐Ÿค” Can you help me out ?
Thanks

I actually managed to get it working by adding some Markdown content in the data/resources folder, as mentioned in the README. I might submit a PR in the next few days to update the documentation and make it clearer about the setup process.

Thank you for this project, I'm really excited to use it ! ๐Ÿ˜ƒ

Yes, this error occurs when the project is empty.
I created this issue : #13

Thanks in advance for your PR ! ;)