Skip to content

Add missing step for hello-world tutorial#259

Open
thomasmost wants to merge 1 commit into
neon-bindings:mainfrom
thomasmost:main
Open

Add missing step for hello-world tutorial#259
thomasmost wants to merge 1 commit into
neon-bindings:mainfrom
thomasmost:main

Conversation

@thomasmost
Copy link
Copy Markdown

Without the cargo build step, the library is not made available for require in the node repl

Comment thread docs/hello-world.md
```shell
cd cpu-count
npm install
npm run cargo-build -- --release
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this should be npm run build ?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just npm run build is enough, no need to release.

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.

2 participants