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

Lock npm to 6.14.12 during vagrant provisioning #5324

Merged
merged 2 commits into from
Apr 20, 2022

Conversation

mschicker
Copy link
Contributor

Lock npm to 6.14.12 during vagrant provisioning

Closes #5323

Copy link
Contributor

@bmarchant bmarchant left a comment

Choose a reason for hiding this comment

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

Looks great!

@@ -193,6 +193,7 @@ Vagrant.configure(2) do |config|
config.vm.synced_folder "/fouo", "/fouo", type: "sshfs", sshfs_opts_append: "-o nonempty"
end
else
puts '## Warning: you are not using sshfs. Please run \'vagrant plugin install vagrant-sshfs\' to enable sshfs.'
Copy link
Contributor

Choose a reason for hiding this comment

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

Perfect!

@bmarchant bmarchant merged commit bbc6a06 into master Apr 20, 2022
@bmarchant bmarchant deleted the npm_version_issue_5323 branch April 20, 2022 16:28
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.

npm version issue is causing vagrant provisioning to fail
2 participants