___ ___ erkimt Copy Project in NodeJS to another machine ______ qstntxt ___

I have NodeJS installed on two machines.

I need to migrate the project from one machine to another.

Just copy the project folder or on the target machine will I have to do something?

I installed several Express 4 modules, do I have to reinstall on the new machine or copy the folder just enough?

My concern is that further bugs will emerge due to poor migration.

    
______ ___ azszpr33504

Just copy only the project folder or in your destination will have to do something?

If your project uses %code% by copying the entire source project and run a %code% that everything is ready .

    
___

1

I have NodeJS installed on two machines.

I need to migrate the project from one machine to another.

Just copy the project folder or on the target machine will I have to do something?

I installed several Express 4 modules, do I have to reinstall on the new machine or copy the folder just enough?

My concern is that further bugs will emerge due to poor migration.

    
asked by anonymous 23.09.2014 / 00:32

1 answer

2
___ ___ erkimt Copy Project in NodeJS to another machine ______ qstntxt ___

I have NodeJS installed on two machines.

I need to migrate the project from one machine to another.

Just copy the project folder or on the target machine will I have to do something?

I installed several Express 4 modules, do I have to reinstall on the new machine or copy the folder just enough?

My concern is that further bugs will emerge due to poor migration.

    
______ ___ azszpr33504

Just copy only the project folder or in your destination will have to do something?

If your project uses npm by copying the entire source project and run a npm install that everything is ready .

    
___
23.09.2014 / 00:37