node process:
{ http_parser: '2.7.0',
node: '8.9.4',
v8: '6.1.534.50',
uv: '1.15.0',
zlib: '1.2.11',
ares: '1.10.1-DEV',
modules: '57',
nghttp2: '1.25.0',
openssl: '1.0.2n',
icu: '59.1',
unicode: '9.0',
cldr: '31.0.1',
tz: '2017b' }
node platform: linux
After upgrading Bamboo from v597 to 6.3, we discovered that we must upgrade node. I successfully installed NPM and now receive an error that node-saas can not be found. I discovered that node-saas is not found in the /usr/lib/node-modules directory so I tried to install it using
"npm install -ddd node-saas > node-saas.log 2>node-saas.err"
I have attached the error log. The build log is empty
In the log, I see the 404 error here:
npm http fetch GET 404 https://registry.npmjs.org/node-saas
If I put that URL in my browser on my laptop, it will render the website.
I need any help you can provide me on how to troubleshoot and fix this error.
Thank you in advance for your help.
Realized I had a typo and reran npm install node-sass
Most helpful comment
Realized I had a typo and reran npm install node-sass