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.

How do I run this project on my local machine?

See original GitHub issue

When I try yarn install in root path - It throughs an error

error Package "" refers to a non-existing file '"/xxx/xxx/Documents/codesmith-ptri3/core"'. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. Error: Package "eslint-plugin-mitosis" refers to a non-existing file '"/xxx/xxx/Documents/codesmith-ptri3/eslint-plugin"'. at MessageError.ExtendableBuiltin (/xxx/xxx/.nvm/versions/node/v14.15.3/lib/node_modules/yarn/lib/cli.js:721:66) at new MessageError (/xxx/xxx/.nvm/versions/node/v14.15.3/lib/node_modules/yarn/lib/cli.js:750:123) at FileResolver.<anonymous> (/xxx/xxx/.nvm/versions/node/v14.15.3/lib/node_modules/yarn/lib/cli.js:50230:15) at Generator.next (<anonymous>) at step (/xxx/xxx/.nvm/versions/node/v14.15.3/lib/node_modules/yarn/lib/cli.js:310:30) at /xxx/xxx/.nvm/versions/node/v14.15.3/lib/node_modules/yarn/lib/cli.js:321:13

ENV: yarn -v: 1.22.10 MacOS Big Sur

Please let me know if there is more info I can provide to troubleshoot. TY

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
enidovaskucommented, Aug 15, 2021

hey @aramay I followed all the steps suggested by @steve8708 and could run the project flawlessly. Could you try a fresh clone of the project?

ENV: MacOS Big Sur Node v16.4.0

0reactions
aramaycommented, Sep 8, 2021

@steve8708 / @enidovasku Ok. I’ve fiddle ENV up and running on local machine 🎉

I think the issue was, I was using node version v14.17.6 and package.json has "node": "12", in it. That was causing issues.

Thanks for following up, i’ll keep you posted.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to run a project from GitHub locally - DEV Community ‍ ‍
First, you'll need to clone the repo to your machine. If you haven't already, you can follow the instructions here.
Read more >
Tutorial: Open a project from a repo in Visual Studio
In the Visual Studio IDE, select the Git menu, select Local Repositories, and then select Open Local Repository. Screenshot of the Git menu...
Read more >
How to running project in your localhost
Sign in to your command line or git, and typing the command line this for make a folder. $ mkdir folder_name. And typing...
Read more >
How to run the .net project in the local machine - Stack Overflow
You should have an .sln file. Just double click on it and your visual studio will open. There are lots of tutorials of...
Read more >
How to Run PHP file on localhost | Windows 10 [ 2022 Update ...
Now open the browser and type localhost /nameOfYourPhpFile.php And there you go!! You have successfully installed the Xampp server on your ...
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