我一直在努力让Vagrant允许我设置一个Tiny Core Linux映像,并且无法解决以下错误:
Vagrant attempted to execute the capability 'configure_networks'
on the detect guest OS 'linux', but the guest doesn't
support that capability. This capability is required for your
configuration of Vagrant. Please either reconfigure Vagrant to
avoid this capability or fix the issue by creating the capability.
Run Code Online (Sandbox Code Playgroud)
我尝试使用http://docs.vagrantup.com/v2/networking/basic_usage.html上的配置选项,并且到目前为止无法找到config.vm.networks的配置,这避免了在Vagrant中调用configure_networks块.我错过了一个明显的配置,还是Vagrant中的一个错误?
我能够从appbrowser-cli安装nodejs,但它还没有安装npm如何在tinycore linux上安装npm?
我尝试了很多东西,但都没有成功.