You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the build on CentOS7 with NodeJS version 8.9.0 (using rh-nodejs8 package). But it seems this version of node does not support node-sassversion 3.10.0 as specified in Cortex/www/package.json file. It only supports NodeJS version 0.10, 0.12, 1, 2, 3, 4, 5, and 6.
So, I re-ran the build with NodeJS version 6.11.3 (using rh-nodejs6 package), however, this raises issue with css-spaces dependency, which throws the error:
[error] npm ERR! css-spaces@0.3.5 postinstall: `bower install`
[error] npm ERR! Exit status 1
[error] npm ERR!
[error] npm ERR! Failed at the css-spaces@0.3.5 postinstall script 'bower install'.
[error] npm ERR! Make sure you have the latest version of node.js and npm installed.
[error] npm ERR! If you do, this is most likely a problem with the css-spaces package,
[error] npm ERR! not with npm itself.
Work Environment
Question
Answer
OS version (client)
CentOS7
Cortex version / git hash
2.1.0
Package Type
From source
The text was updated successfully, but these errors were encountered:
Request Type: Bug
I am running the build on CentOS7 with NodeJS version 8.9.0 (using
rh-nodejs8
package). But it seems this version of node does not supportnode-sass
version 3.10.0 as specified inCortex/www/package.json
file. It only supports NodeJS version 0.10, 0.12, 1, 2, 3, 4, 5, and 6.So, I re-ran the build with NodeJS version 6.11.3 (using
rh-nodejs6
package), however, this raises issue withcss-spaces
dependency, which throws the error:Work Environment
The text was updated successfully, but these errors were encountered: