limistah / react-video-trimmer

Trim videos using reactjs https://limistah.github.io/react-video-trimmer
https://limistah.github.io/react-video-trimmer
26 stars 12 forks source link

yarn add in not working with node version 16.13.0 or new #12

Open asadbukh opened 2 years ago

asadbukh commented 2 years ago

I am triyng with nextjs with typescript

gyp: No Xcode or CLT version detected! gyp ERR! configure error gyp ERR! stack Error: gyp failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/Users/asad/Documents/frontend/node_modules/node-gyp/lib/configure.js:345:16) gyp ERR! stack at ChildProcess.emit (node:events:390:28) gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12) gyp ERR! System Darwin 19.6.0 gyp ERR! command "/Users/asad/.nvm/versions/node/v16.13.0/bin/node" "/Users/asad/Documents/frontend/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" gyp ERR! cwd /Users/asad/Documents/frontend/node_modules/node-sass gyp ERR! node -v v16.13.0

to reproduce for me

yarn add react-video-trimmer npm install react-video-trimmer

ceconcarlsen commented 2 years ago

same problem here