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

Windows support #4

Open
victorb opened this issue Mar 28, 2016 · 1 comment
Open

Windows support #4

victorb opened this issue Mar 28, 2016 · 1 comment

Comments

@victorb
Copy link
Member

victorb commented Mar 28, 2016

Currently, this project does not support windows.

Two ways of solving this:

  1. Having both .sh and .bat files that are copied into repository.
  2. Rewriting the existing shellscripts to JS instead
@victorb
Copy link
Member Author

victorb commented Mar 28, 2016

Your dependencies will now be installed flat - by default. If possible, all of your dependencies, and their dependencies, and their dependencies will be installed in your project's node_modules folder without nesting. Nesting will only occur when two or more modules have conflicting dependencies.

To think about as well, since windows have a limit on the path names and currently we're nesting dependencies ala npm@2

http://www.felixrieseberg.com/npm-v3-is-out-and-its-a-really-big-deal-for-windows/

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

1 participant