HumanSignal / label-studio-frontend

Data labeling react app that is backend agnostic and can be embedded into your applications — distributed as an NPM package
https://labelstud.io/
Apache License 2.0
421 stars 316 forks source link

Packing problem #687

Open iioufogood opened 2 years ago

iioufogood commented 2 years ago

Dependencies have been installed, what is the reason image

nicholasrq commented 2 years ago

hey @iioufogood

it seems that you're trying to build it under Windows. the built-in command is made for UNIX systems, unfortunately

to make it work you either need to run the command under Windows WSL, or adjust the command yourself to make it work on Windows:

set BUILD_NO_CHUNKS=true && npm run build

you will find the command in package.json file under scripts