Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

[Unsupported] Installing node 4.14.1 on Node 15 #2988

Closed
MJabardo opened this issue Oct 2, 2020 · 2 comments
Closed

[Unsupported] Installing node 4.14.1 on Node 15 #2988

MJabardo opened this issue Oct 2, 2020 · 2 comments
Labels
Node 15 Issues related to Node 15

Comments

@MJabardo
Copy link

MJabardo commented Oct 2, 2020

Hi !!!

I have this problem when I try run my App:

"[02/10/2020 11:19:13] [ERROR] Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (86)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.13.1"

I work with Ubuntu (release 20.04.1 LTS)

  • NPM version (npm -v): 6.14.8
  • Node version (node -v): v15.0.0-nightly20201001726143e683
  • Node Process (node -p process.versions):

{
node: '15.0.0-nightly20201001726143e683',
v8: '8.4.371.19-node.16',
uv: '1.40.0',
zlib: '1.2.11',
brotli: '1.0.9',
ares: '1.16.1',
modules: '86',
nghttp2: '1.41.0',
napi: '7',
llhttp: '2.1.2',
openssl: '1.1.1g',
cldr: '37.0',
icu: '67.1',
tz: '2020a',
unicode: '13.0'
}

  • Node Platform (node -p process.platform): linux
  • Node architecture (node -p process.arch): x64
  • node-sass version (node -p "require('node-sass').info"):

internal/modules/cjs/loader.js:1131
return process.dlopen(module, path.toNamespacedPath(filename));
^

Error: /snap/core/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/manueljabardo/Cells/bxs0-form-moto/node_modules/node-sass/vendor/linux-x64-86/binding.node)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1131:18)
at Module.load (internal/modules/cjs/loader.js:937:32)
at Function.Module._load (internal/modules/cjs/loader.js:778:14)
at Module.require (internal/modules/cjs/loader.js:961:19)
at require (internal/modules/cjs/helpers.js:88:18)
at module.exports (/home/manueljabardo/Cells/bxs0-form-moto/node_modules/node-sass/lib/binding.js:19:10)
at Object. (/home/manueljabardo/Cells/bxs0-form-moto/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (internal/modules/cjs/loader.js:1072:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1101:10)
at Module.load (internal/modules/cjs/loader.js:937:32)

  • npm node-sass versions (npm ls node-sass):

[email protected] /home/manueljabardo/Cells/bxs0-form-moto
└── [email protected]

thanks a lot!!!

@xzyfer
Copy link
Contributor

xzyfer commented Oct 2, 2020

Only stable versions of node are supported. Downgrade to node 14.

@xzyfer xzyfer closed this as completed Oct 2, 2020
@nschonni nschonni added the Node 15 Issues related to Node 15 label Oct 2, 2020
@nschonni nschonni changed the title Problems with Linux 64 bit and Node Saas [Unsupported] Installing node 4.14.1 on Node 15 Oct 2, 2020
@liudonghua123
Copy link

Now the node 15 is stable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Node 15 Issues related to Node 15
Projects
None yet
Development

No branches or pull requests

4 participants