Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
azzuwan1818yIf you don't use TypeScript, you dont really need Nodejs. npm install angular 2 on some other machine and copy only the JS dependencies over to your server.
Secondly, you can use different user shell with node points to a different path. Alway use Node Version Manager NVM from now on. -
binhex4368yFrame the idea of an upgrade in a different way. If the hosting server is old tell your boss it's a security risk. If the boss doesn't do anything fake some logs and a rootkit and tell her that the box has been compromised.
-
0xcaff3518yWhy do you need node on the server. Just build your assets somewhere else and deploy a static site with a backed.
-
yusijs12508yUnless you write your code on the terminal, build your site locally, create a build and upload it.
-
@binhex run rkhunter on default config and show the report. It'll be full of scary words about vulnerabilities that may or may not apply to your server setup.
-
skqr708yContainers or not, you should not be compiling TypeScript on the production server, which means no Node.js is needed.
But please, please, please - use TypeScript.
i really dislike inheriting depricated projects😓.
really wanted to use angular 2 for current project but our hosting server is outdated and nodejs wont run on it.
realy wish we could update the server, but doing this would break 10 older sites we are being paid to host .
any ideas?
undefined