[Edit]
After inquiring about this on github sass/node-sass project, I have been told that the binary that is downloaded might not work on macOS Catalina.
See:
It's possible the Darwin binaries built on Mojave aren't compatibile with Catalina
macOS Catalina
npm
6.13.1
node
v13.2.0
Composer version 1.9.1
git version 2.24.0
I got a node-sass package not found on my Terminal:
Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/darwin-x64-79_binding.node"
Reasons are:
I have no pb to install composer.
I use npm ci to install node-modules, which is quite strict.
Check line 5466 in package-lock.json
"version": "4.12.0", "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.12.0.tgz",
Version and integrity -> sha512-xxx should be updated.
PS: my node version is 13.2.0
can you please do what i asked
npm update
needs to be run on both the main repo and the media manager it sounds like.
Now that the media manager is now back as part of core, it would be wise to move the build scripts to the core, rather than have them separated.
it would be wise to move the build scripts to the core
Not to mention that the build tools for media manager are deprecated (Webpack 3, not using cue cli, etc)
If the production team will accept such thing Im willing to bring Rollup instead of Webpack and also use the vue-cli (as this is the norm these days) in the main tools
Title |
|
Title |
|
Title |
|
See
sass/node-sass#2807
and
nodejs/node#30581
Actually, it was an issue with node 13.2
So comment closed.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-12-14 17:53:03 |
Closed_By | ⇒ | ghazal |
can you check and see if this issue is in the media manager by going to administrator/components/com_media and running composer install from there