Skip to content

Commit

Permalink
Merge pull request #1078 from kjellski/kjellski-faq-convert-from-nuget
Browse files Browse the repository at this point in the history
Added convert-from-nuget to FAQ
  • Loading branch information
forki committed Sep 22, 2015
2 parents 32f7808 + 688908a commit 1b43cc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ In case of the command's failure, you can fallback to manual approach:
3. Run [paket install](paket-install.html) with the `--hard` flag. This will analyze the dependencies, generate a paket.lock file, remove all the old package references from your project files and replace them with equivalent `Reference`s in a syntax that can be managed automatically by Paket.
4. (Optional) Raise corresponding issue [here](https://github.com/fsprojects/Paket/issues) so that we can make the command even better.

## How do I convert a new NuGet Project to Paket in a Solution already using Paket

In this case it's okay to use the `--force` flag for `convert-from-nuget` as described in [Partial Nuget conversion](getting-started.html#Partial-NuGet-conversion). Paket will then go through your Solution and convert the new NuGet Project to Paket.

## Can I use Paket to manage npm/bower/whatever dependencies?

[No.](https://github.com/fsprojects/Paket/issues/61) We don't believe in reinventing the wheel.
Expand Down

0 comments on commit 1b43cc6

Please sign in to comment.