Node-sass: 404 Not Found: node-saas@latest

Created on 6 Mar 2018  路  1Comment  路  Source: sass/node-sass

  1. npm -v: 5.6.0
  2. node -v: 8.9.4
  3. 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' }

  4. node platform: linux

  5. node architecture: x64
  6. node-sass version: node-saas is not installed

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.

node-saas.install.err.txt

Invalid

Most helpful comment

Realized I had a typo and reran npm install node-sass

>All comments

Realized I had a typo and reran npm install node-sass

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NathanKleekamp picture NathanKleekamp  路  4Comments

harukaeru picture harukaeru  路  3Comments

bgolubovic picture bgolubovic  路  3Comments

tjistooshort picture tjistooshort  路  4Comments

Pixelatex picture Pixelatex  路  3Comments