microsoft / jacdac

Device and service catalogs for Jacdac.
https://aka.ms/jacdac
Creative Commons Attribution 4.0 International
66 stars 25 forks source link

yarn failing #435

Closed tballmsft closed 3 years ago

tballmsft commented 3 years ago

$ yarn yarn install v1.22.10 [1/4] Resolving packages... success Already up-to-date. $ yarn blocklymedia && cd jacdac-ts && yarn install --frozen-lockfile && yarn dist yarn run v1.22.10 $ mkdir -p static/blockly && cp -r -f node_modules/blockly/media static/blockly The syntax of the command is incorrect. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

mmoskal commented 3 years ago

@pelikhan do we support running yarn on plain Windows without Unix tools?

tballmsft commented 3 years ago

I am running in git bash

mmoskal commented 3 years ago

I'm pretty sure The syntax of the command is incorrect. is from DOS mkdir. Maybe that's what node calls by default.

pelikhan commented 3 years ago

Removed command.