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.

Failed to run yarn dev

See original GitHub issue

Description

I’ve tried the most recent version of the Xplorer and was faced with a building issue when I run yarn dev command. The issue displayed below image

My Node.js version is v16.13.1 OS: macOS Monterey 12.0.1

I guess, with the Tauri package some additional steps are required and they should be displayed in the installation section

Steps To Reproduce

  1. git clone git@github.com:kimlimjustin/xplorer.git
  2. yarn install
  3. yarn dev

Expected behavior

After running yarn dev application should appear

Xplorer Version

0.2.0

Operating System Version

macOS Monterey 12.0.1

Additional Information

No response

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
kimlimjustincommented, Dec 21, 2021

I wonder if @AlexHladin got the Tauri dependencies on his computer.

He/she got it, the error will be something saying tauri is not recognized if the dependencies is not installed.

0reactions
kimlimjustincommented, Dec 30, 2021

Yes, please follow this guide as I mentioned in point number 3 of this section

Read more comments on GitHub >

github_iconTop Results From Across the Web

error Command failed with exit code 1. when I try to run yarn
what you need to do is just simple: follow these steps: rm -rf node_modules; yarn cache clean; yarn; yarn start.
Read more >
failed to run yarn install · Issue #8265 · yarnpkg/yarn - GitHub
error https://registry.npmjs.org/less/-/less-3.11.3.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: "EBUSY: ...
Read more >
Error Codes | Yarn - Package Manager
A list of Yarn's error codes with detailed explanations. ... simply be a matter of running yarn install on your local development environment...
Read more >
Getting error messages when running yarn commands
I am getting this odd error message. I noticed it when I tried to update Redwood. It does not seem to matter what...
Read more >
1351907 - | yarn run start | fails on Windows - Bugzilla@Mozilla
FWIW, Treeherder's UI runs via yarn just fine in the Win10 Bash on ... so I've filed: https://github.com/mozilla-neutrino/neutrino-dev/issues/165 See also ...
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