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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
Warning: LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass.
snipet of log
1280 27438 verbose stack Error: node-sass@4.14.0 postinstall: `node scripts/build.js`
11281 27438 verbose stack Exit status 1
11282 27438 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
11283 27438 verbose stack at EventEmitter.emit (events.js:314:20)
11284 27438 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
11285 27438 verbose stack at ChildProcess.emit (events.js:314:20)
11286 27438 verbose stack at maybeClose (internal/child_process.js:1022:16)
11287 27438 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
11288 27439 verbose pkgid node-sass@4.14.0
11289 27440 verbose cwd /opt/konga
11290 27441 verbose Linux 5.4.0-1009-aws
11291 27442 verbose argv "/usr/bin/node" "/usr/bin/npm" "install"
11292 27443 verbose node v12.22.1
11293 27444 verbose npm v6.14.12
11294 27445 error code ELIFECYCLE
11295 27446 error errno 1
11296 27447 error node-sass@4.14.0 postinstall: `node scripts/build.js`
11297 27447 error Exit status 1
11298 27448 error Failed at the node-sass@4.14.0 postinstall script.
11299 27448 error This is probably not a problem with npm. There is likely additional logging output above
The text was updated successfully, but these errors were encountered:
attempts to install konga using python 3
it fails during the running on
npm install
it seems to fail on the attempted compilation of node-sass
First attempt
it cannot find python because i have python3 installed
so install
sudo apt-get install python-is-python3
then try again
Still fails and appears not to work with python 3
Googling results in
sass/node-sass#2877
and the following warning
https://www.npmjs.com/package/node-sass?activeTab=readme
snipet of log
The text was updated successfully, but these errors were encountered: