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
Apologies in advance, I am not a webdeveloper. I am trying to get this application running on Mac catalina via docker, however it seems quite a few dependency issues pop-up.
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended
Finally, this last one that looks like the node-gyp version needs updated (due to Python 2 EOL):
gyp ERR! System Linux 4.19.76-linuxkit
gyp ERR! command "/usr/local/bin/node" "/usr/src/app/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /usr/src/app/node_modules/node-sass
gyp ERR! node -v v12.7.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
I would be more than happy to try to troubleshoot/test anything if that helps? I am just not sure where to edit the package calls without breaking everything!
The text was updated successfully, but these errors were encountered:
Does it mean that an application is not starting on your Mac? I was aware of some warning during build up phase, but application is working so I haven't pay that much attention. Again this project was for me to play around with Docker, not to create perfect ui.
Apologies in advance, I am not a webdeveloper. I am trying to get this application running on Mac catalina via docker, however it seems quite a few dependency issues pop-up.
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended
Cannot download "https://github.com/sass/node-sass/releases/download/v4.10.0/linux_musl-x64-72_binding.node" -- I went to Github, there is no "72" version, highest I believe was 67?
Finally, this last one that looks like the node-gyp version needs updated (due to Python 2 EOL):
gyp ERR! System Linux 4.19.76-linuxkit
gyp ERR! command "/usr/local/bin/node" "/usr/src/app/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /usr/src/app/node_modules/node-sass
gyp ERR! node -v v12.7.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
I would be more than happy to try to troubleshoot/test anything if that helps? I am just not sure where to edit the package calls without breaking everything!
The text was updated successfully, but these errors were encountered: