Anyone deployed Strapi on a shared hosting than support node.js?

Hello everyone. Having some issues during installation Strapi on Namecheap Shared hosting. After running npm install got this error:

...
40101 warn @strapi/helper-plugin@4.0.3 requires a peer of qs@6.10.1 but none is installed. You must install peer dependencies yourself.
40102 warn react-virtualized@9.22.3 requires a peer of react@^15.3.0 || ^16.0.0-alpha but none is installed. You must install peer dependencies yourself.
40103 warn react-virtualized@9.22.3 requires a peer of react-dom@^15.3.0 || ^16.0.0-alpha but none is installed. You must install peer dependencies yourself.
...

Is there any work around?