Gatsby is not deploy #30701
Unanswered
soumikbaithalu
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Steps to reproduce
Clear steps describing how to reproduce the issue. Please link to a reproduction, this makes your issue much easier to diagnose (seriously).
How to Make a Minimal Reproduction: https://www.gatsbyjs.com/contributing/how-to-make-a-reproducible-test-case/
Expected result
It should run the code deploy website
Actual result
` [email protected] start
ERROR
There was a problem loading the local develop command. Gatsby may not be installed in your site's "node_modules" directory. Perhaps you need to
run "npm install"? You might need to delete your "package-lock.json" as well.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] develop:
gatsby develop
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] develop script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\SKB\AppData\Local\npm-cache_logs\2021-04-05T14_06_49_165Z-debug.log`
Environment
Run
gatsby info --clipboard
in your project directory and paste the output here.``
Beta Was this translation helpful? Give feedback.
All reactions