Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM START #17

Closed
PhilipOlabisi opened this issue Dec 4, 2019 · 2 comments
Closed

NPM START #17

PhilipOlabisi opened this issue Dec 4, 2019 · 2 comments

Comments

@PhilipOlabisi
Copy link

C:\Users\admin>npm start
npm ERR! missing script: start

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\admin\AppData\Roaming\npm-cache_logs\2019-12-04T02_52_10_715Z-debug.log

@jbf-insidesherpa
Copy link
Collaborator

@PhilipOlabisi the reason you're getting that error is because you're trying to execute the commands outside the repository. You should be in the repository first before you execute any command. The setup guide discusses how to do this i.e. using the cd command. Please read thru the instructions thoroughly. Once you're in the repository via the command line, please redo commands again i.e. npm install and npm start

Closing this issue now. Feel free to reopen if necessary

@PhilipOlabisi
Copy link
Author

Resolved. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants