Question: Installation error
See original GitHub issueLocal server not starting say’s Unknown command develop
why?
I’m using the gridsome starter
$ gridsome develop
Unknown command develop
Done in 0.67s
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:11 (4 by maintainers)
Top Results From Across the Web
How to troubleshoot Windows Installer errors - Microsoft Support
Right-click Windows Installer, and then click Properties. If the Startup type box is set to Disabled, change it to Manual. Click OK to...
Read more >Frequently Asked Questions about installation errors
Frequently Asked Questions about installation errors. Why do I receive the 1627 error? Why do I receive the 1714 error? Why do I...
Read more >Fixed: “There is a problem with this Windows installer package ...
In this article, you will learn how to fix the “There is a problem with this Windows installer package” error on Windows 10....
Read more >What does the Installation Error 1603 mean?
When installing the driver with a deployment tool, the installation process fails and the following error is raised: "For this MSI package to...
Read more >Troubleshooting and installation error - Forum - Patch Manager
Why it failed is the key question. There are two approaches you should take: First, run the installer from the CLI of the...
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 Free
Top 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
@Developerayo did you execute
npm install
inside the project folder? You have to install all project dependencies first. Sadly the documentation is missing that step and the reported error message is also not very helpful.OS: MX Linux 18.1
Thank you. Putting this here. Maybe you can look in to it and update code or docs?