1For status Code 126 I was getting this same issue. This process worked for me
2and should be done in the affected directory. Follow these Steps:
3
41. Delete node_modules
52. Run npm install to reinstall the dependencies in that directory's package.json
6
7I believe this problem started when I copied node_modules from my host to my
8Ubuntu server rather than running the installs directly from the server CLI.