mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #37] Install it in another drve #241
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ArdiArtani on GitHub (May 9, 2015).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/37
how to install it in my F drive??
I did in cmd first
and the temp folder to bo in F drive where the downloaded movies store
@asapach commented on GitHub (May 9, 2015):
What you really want is to override the default configuration: create a new file
C:\Users\<user>\.config\peerflix-server\config.jsonand paste this:@ArdiArtani commented on GitHub (May 10, 2015):
it worked :)
one more question i want the peerflix-server folder to be too on F drive the one that is installed in C:\Users\AppData\Roaming\npm\node_modules
how can i do that ??
@asapach commented on GitHub (May 10, 2015):
When you run
npm -g i, it will install with the rest of the global npm modules.If you run
npm iwithout-g, it will install into the current folder, but it will no longer be in thePATH, so you'll have to call it by full path, or by runningnpm startwhen youcdinsidenode_modules.@ArdiArtani commented on GitHub (May 10, 2015):
thank you :)