Answer the question
In order to leave comments, you need to log in
How to move a folder using composer update?
Hello, in composer.json under windows it is done like this:
"scripts": {
"post-install-cmd": [
"npm install",
"bower install",
"rename node_modules npm",
"move npm vendor"
],
"post-update-cmd": [
"composer run-script post-install-cmd"
]
}
Answer the question
In order to leave comments, you need to log in
The answer is described in detail on stackoverflow https://stackoverflow.com/a/14867050
Found with the query "npm vendor/node_modules", the first result in the list
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question