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

Bakelet for NodeJS not installing #101

Closed
Shh25 opened this issue Feb 15, 2019 · 2 comments
Closed

Bakelet for NodeJS not installing #101

Shh25 opened this issue Feb 15, 2019 · 2 comments

Comments

@Shh25
Copy link

Shh25 commented Feb 15, 2019

Error Description
Getting the error:
Error: Error: Cannot find module '/snapshot/Baker/lib/bakelets/tools/nodejs

To Reproduce

  1. baker.yml file:
name: xyz
vm:
  ip: <ip_address>
tools:
  - nodejs9
  1. Run baker bake

Expected behavior
It should have installed nodeJS as a tool on the given VM.

Screenshots
screen shot 2019-02-14 at 7 40 45 pm

Please complete the following information:

  • OS: MacOS
  • Version 10.14
@Shh25
Copy link
Author

Shh25 commented Feb 15, 2019

Need to use lang instead of tool.

@Shh25 Shh25 closed this as completed Feb 15, 2019
@chrisparnin
Copy link
Contributor

In looks like you're using tools, when it is expecting lang. Sounds like we can use a better error message here.

name: suites
vm:
  ip: 192.168.33.50
lang:
  - nodejs9

You can also verify all the bakelets names by checking here:
https://github.com/ottomatica/bakelets-source

ssmirr pushed a commit that referenced this issue Mar 4, 2019
Bumps [ora](https://github.com/sindresorhus/ora) from 3.1.0 to 3.2.0.
<details>
<summary>Release notes</summary>

*Sourced from [ora's releases](https://github.com/sindresorhus/ora/releases).*

> ## v3.2.0
> - Add TypeScript definition ([#101](https://github-redirect.dependabot.com/sindresorhus/ora/issues/101))  2768e75
> 
> sindresorhus/ora@v3.1.0...v3.2.0
</details>
<details>
<summary>Commits</summary>

- [`f33e6dc`](sindresorhus/ora@f33e6dc) 3.2.0
- [`407b8a5`](sindresorhus/ora@407b8a5) Meta tweaks
- [`2768e75`](sindresorhus/ora@2768e75) Add TypeScript definition ([#101](https://github-redirect.dependabot.com/sindresorhus/ora/issues/101))
- See full diff in [compare view](sindresorhus/ora@v3.1.0...v3.2.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ora&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=ora&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.2.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
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