We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello team Koop! Thank you for this awesome project :)
I cloned the repo and am trying to run the demo per the README. So I did:
git clone <url> cd koop npm run demo
and I'm getting this error:
> [email protected] demo > node demo/index.js node:internal/modules/cjs/loader:1252 throw err; ^ Error: Cannot find module '@koopjs/koop-core'
I think it's missing the npm install step. I can submit a PR!
npm install
The text was updated successfully, but these errors were encountered:
docs: add npm install step for demo
ae52178
Closes koopjs#1177
Successfully merging a pull request may close this issue.
Hello team Koop! Thank you for this awesome project :)
I cloned the repo and am trying to run the demo per the README. So I did:
and I'm getting this error:
I think it's missing the
npm install
step. I can submit a PR!The text was updated successfully, but these errors were encountered: