-
[INFO] npm ERR! Binary has a problem: Error: dlopen(/Users/kuangqh/ideaProjects/incubator-uniffle/dashboard/src/main/webapp/node_modules/node-sass/vendor/darwin-arm64-93/binding.node, 0x0001): tried: '/Users/kuangqh/ideaProjects/incubator-uniffle/dashboard/src/main/webapp/node_modules/node-sass/vendor/darwin-arm64-93/binding.node' (not a mach-o file), '/System/Volumes/Preboot/Cryptexes/OS/Users/kuangqh/ideaProjects/incubator-uniffle/dashboard/src/main/webapp/node_modules/node-sass/vendor/darwin-arm64-93/binding.node' (no such file), '/Users/kuangqh/ideaProjects/incubator-uniffle/dashboard/src/main/webapp/node_modules/node-sass/vendor/darwin-arm64-93/binding.node' (not a mach-o file) I encountered this issue while compiling on Mac m3. Changing the node-sass in package.json to sass can compile normally, but is there any other way? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@yl09099 @maobaolong PTAL. |
Beta Was this translation helpful? Give feedback.
-
I changed the Python version from 3.12 to 3.9 to solve this problem |
Beta Was this translation helpful? Give feedback.
I changed the Python version from 3.12 to 3.9 to solve this problem