User tests: Successful: Unsuccessful:
This is just the same as already done for 5.4 and 6.1
Pull Request resolves # .
With npm 12 you now need to explicitly allow scripts see https://github.blog/changelog/2026-06-09-upcoming-breaking-changes-for-npm-v12/
if you are on npm 11.6 and higher and run npm i you will see information at the end that you need to allow certain scripts.
6 packages have install scripts blocked because they are not covered by allowScripts:
vue-demi@0.14.10 (postinstall: node -e "try{require('./scripts/postinstall.js')}catch(e){}")
vue-demi@0.14.10 (postinstall: node -e "try{require('./scripts/postinstall.js')}catch(e){}")
core-js@3.48.0 (postinstall: node -e "try{require('./postinstall')}catch(e){}")
cypress@15.18.0 (postinstall: node dist/index.js --exec install)
esbuild@0.27.7 (postinstall: node install.js)
vue-demi@0.13.11 (postinstall: node ./scripts/postinstall.js)
note if you are on a mac you will have an additional package listed of fsevents
no warnings
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | NPM Change |
| Labels |
Added:
NPM Resource Changed
PR-6.2-dev
|
||
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-08-18 18:04:59 |
| Closed_By | ⇒ | MacJoom |
Thanks