label-studio-frontend
label-studio-frontend copied to clipboard
Failed to install v1.8.0
Hi
My system is Windows 10, and I executed the commands ‘npm install @heartexlabs/label studio’ and ‘yarn add @heartexlabs/label’ studio, but the dependent packages were not successfully installed. What is the reason @makseq
There are only images and no build folder on the NPM package
Same error here. We cannot install via npm the 1.8.0 version. 1.4.0 still works fine
I have the same error on Linux. I tried to build from source, but could not find a way to properly export the 'LabelStudio' module.
Hi have you found a solution? I am facing the same issue unfortunately
Same problem here! hopefully the LSF team can resolve this! thanks alot!
npm install @heartexlabs/label-studio --ignore-scripts
https://github.com/heartexlabs/label-studio-frontend/issues/1488
same problem here
Any chance to fix this?
Same error here
Has anyone found a fix for this?
I am facing same error
npm ERR! code 127 npm ERR! path /Users/user/Documents/temp/node_modules/@heartexlabs/label-studio npm ERR! command failed npm ERR! command sh -c sh scripts/postinstall.sh npm ERR! sh: scripts/postinstall.sh: No such file or directory
Has anyone found a fix for this?
I am facing same error
The package is broken (not uploaded correctly) in NPM repository. If you want to use it, I'd recommend pulling the repository and build the package not with npm but with yarn.
tl;dr try to replicate the steps from GitHub CI and pay attention to versions used. https://github.com/HumanSignal/label-studio-frontend/blob/master/.github/workflows/build_bundle.yml
Is there a workaround for this other than building the package locally and pointing to that? https://github.com/HumanSignal/label-studio-frontend/issues/1488 is also open with the same issue