1.0.4 • Published 9 years ago

nwv v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

node-windows-vagrant

Node package to resolve issue where installing Node and bower packages on a folder shared between your Vagrant box and Windows has problems due to the file path character limit.

You can see more about this issue here.

Installation

Use NPM to install the package:

sudo npm -g install nwv

You'll need the global flag so you can use it on all of your projects.

Usage

To use, just go into your project directory and run (with no arguments):

nwv

Running that will create symlinks for node_packages and bower_components into a folder in your home directory.

If you have set a custom directory for bower in .bowerrc, it will detect that and create the appropriate link.

If you decide to start over you can just run the command again and it will delete your symlinks and make them again.

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago