如何将Mongodb Nodejs驱动程序更新到最新版本?

时间:2015-10-14 23:09:08

标签: node.js mongodb npm cloud9-ide

我想知道将mongodb nodejs驱动程序更新到最新版本的最简单方法。我尝试过只运行<Grid Background="Black"> <Grid.Resources> <Style TargetType="RowDefinition"> <Setter Property="Height" Value="Auto"/> <Style.Triggers> <DataTrigger Binding="{Binding Tag.IsExpanded, RelativeSource={RelativeSource Self}}" Value="True"> <Setter Property="Height" Value="*"/> </DataTrigger> </Style.Triggers> </Style> </Grid.Resources> <Grid.RowDefinitions> <RowDefinition Tag="{Binding ElementName=articlesExpander}"/> <RowDefinition Tag="{Binding ElementName=turneroExpander}"/> </Grid.RowDefinitions> <Expander Name="articlesExpander" Template="{StaticResource ExpanderHeaderImage}"> <Grid Name="articlesGridExpander" ShowGridLines="True" Background="#FFEC0000"> <TextBlock>Hello</TextBlock> </Grid> </Expander> <Expander Name="turneroExpander" Template="{StaticResource ExpanderHeaderImage}" Grid.Row="1"> <Grid Name="turneroGridExpander" ShowGridLines="True" Height="{Binding ElementName=DummyExpanderHeight, Path=Height}" Background="#FF0AE400"> <TextBlock>Bye</TextBlock> </Grid> </Expander> </Grid> ,但它似乎没有更新到最新版本的驱动程序。

另外,我使用的是cloud9 IDE。可能是cloud9应用程序阻止了某些更新命令吗?

提前感谢您的帮助。

1 个答案:

答案 0 :(得分:2)

用于检查和更新到最新版本nodejs包

的好包

https://github.com/tjunnone/npm-check-updates

ncu -u mongodb

npm install