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

Chore/update examples #347

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

haotran-california
Copy link

  1. Went through a ran npm outdated and npx npm-check-updates on each example to find outdated dependencies and also update to the newest version

  2. Specifically modified the Typescript example. It was the only example that did not smoothly run by simply following Installation/Running example/Usage guide.

This commit does two things. Firstly the correct file path to transcompiled js file is /dist/index.js not /dist/src/index.js. Secondly for the example to run npm test needs to be called first in order to build into the correct directory. Although this is somewhat non-standard with the rest of helia-examples following some npm install then npm start as the convention. However I did not want to disrupt the rest of the docs.
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

Successfully merging this pull request may close these issues.

1 participant