epicweb-dev / web-forms

Learn the primary mechanism for interactivity on the web.
https://www.epicweb.dev/workshops/professional-web-forms
Other
199 stars 61 forks source link

npx --prefix ./epicshop epicshop start - not working #50

Open rajengg23 opened 2 weeks ago

rajengg23 commented 2 weeks ago

npm error code E404 npm error 404 Not Found - GET https://registry.npmjs.org/epicshop - Not found npm error 404 npm error 404 'epicshop@*' is not in this registry. npm error 404 npm error 404 Note that you can also install from a npm error 404 tarball, folder, http url, or git url. npm error A complete log of this run can be found in: C:\Users\logs\2024-10-18T19_29_28_880Z-debug-0.log

kentcdodds commented 2 weeks ago

This error happens if you do not have dependencies installed properly. Could you verify you have no errors when running npm install?