I am new to nodejs . I am currently having a project which is quite big and uses private packages too. will deleting any package from node_modules and pasting it again cause any harm to my project? Also when deplyoing to server, i did some mistake and the structure is different as that of my local. Example in my local i have packages installed on the same level of the project and also inside but on the server , packages are only installed inside the project. I am kindof scared if i push the code to server, it might crash and many are using the api's in it.
via renil.babu
No comments:
Post a Comment