Failed to run yarn dev
See original GitHub issueDescription
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
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
- git clone git@github.com:kimlimjustin/xplorer.git
- yarn install
- 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:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
He/she got it, the error will be something saying
tauri is not recognized
if the dependencies is not installed.Yes, please follow this guide as I mentioned in point number 3 of this section