Advertisement
Sahil2712

Untitled

Apr 14th, 2021
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. F:\Projects\RHOSC\react-forms>yarn build
  2. yarn run v1.22.5
  3. $ node ./scripts/clean-build.js
  4. $ yarn clean-build && lerna run build --concurrency 1 --ignore @data-driven-forms/react-renderer-demo
  5. $ node ./scripts/clean-build.js
  6. lerna notice cli v3.18.4
  7. lerna info versioning independent
  8. lerna notice filter excluding "@data-driven-forms/react-renderer-demo"
  9. lerna info filter [ '!@data-driven-forms/react-renderer-demo' ]
  10. lerna info Executing command in 9 packages: "yarn run build"
  11. lerna ERR! yarn run build exited 1 in '@data-driven-forms/common'
  12. lerna ERR! yarn run build stdout:
  13. $ yarn build:cjs && yarn build:esm && yarn build:typings && yarn build:packages
  14. $ BABEL_ENV=cjs babel src --out-dir ./
  15. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  16. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  17.  
  18. lerna ERR! yarn run build stderr:
  19. 'BABEL_ENV' is not recognized as an internal or external command,
  20. operable program or batch file.
  21. error Command failed with exit code 1.
  22. error Command failed with exit code 1.
  23.  
  24. lerna ERR! yarn run build exited 1 in '@data-driven-forms/common'
  25. lerna WARN complete Waiting for 1 child process to exit. CTRL-C to exit immediately.
  26. error Command failed with exit code 1.
  27. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement