Open GasparYYC opened 6 years ago
Hi, works if you edit the file scripts/node-oracledb.sh and append these 2 lines before the 'npm install -g --unsafe-perm' command: git submodule init git submodule update
This is explained in section 3.11.2 of https://github.com/oracle/node-oracledb/blob/master/INSTALL.md Regards Maikel
On a brand new installation (CentOS 7) on Vultr seems npm is just not happy.. I don't know if the mess they have with npm is affecting or OXAR Script needs to be revamped.. I know npm is a messy animal.. but maybe something can be done..
Looking at the file: /root/.npm/_logs/2018-01-14T21_48_13_572Z-debug.log
I suspect this server will have issues updating npm down the road rendering the server useless Similar to See Issue #247
Look at the line right after Installing Ratom: npm WARN deprecated bower@1.8.2: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/ Seems to be a solution as per Issue https://github.com/npm/npm/issues/17146