← Back to team overview

mahara-contributors team mailing list archive

[Bug 1750948] Re: Upgrade to latest nodejs for Mahara 18.10

 

Version 8.11.3 seems to work with the following dependencies:
{
  "dependencies": {
    "es6-promise": "^4.2.4",
    "event-stream": "^3.3.4",
    "gulp": ">=3.9.1",
    "gulp-autoprefixer": "^5.0.0",
    "gulp-clean-css": "^3.9.4",
    "gulp-help": "^1.6.1",
    "gulp-if": "^2.0.2",
    "gulp-sass": "^4.0.1",
    "node-sass": "<=4.8.3",
    "yargs": "^11.0.0"
  }
}
gulp needs to be kept below version 4 and
node-sass needs to be kept below 4.9 to work with current code.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1750948

Title:
  Upgrade to latest nodejs for Mahara 18.10

Status in Mahara:
  Confirmed

Bug description:
  I discovered when helping set up a Mahara dev instance that it breaks
  mahara if you follow this wiki instruction to install the latest
  version of nodejs:

  Note: The Node packages that come with the default installation may be
  outdated and not new enough for Mahara. You may need to install a
  later version of Node because Node 0.10 is not enough. You can find
  various instructions on how to upgrade NodeJS on your distribution
  depending on your preference on package manager

  The latest version is 8.9. We had to downgrade to version 6.x to make
  it work again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1750948/+subscriptions


References