Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: 'rsync' is not recognized as an internal or external command #1282

Open
Edenik opened this issue Feb 22, 2021 · 1 comment
Open

Issue: 'rsync' is not recognized as an internal or external command #1282

Edenik opened this issue Feb 22, 2021 · 1 comment

Comments

@Edenik
Copy link

Edenik commented Feb 22, 2021

after running - yarn start

i got this result:


yarn run v1.22.0
$ npm run sync-assets && npm run watch:script & parcel serve index.html -p 3005 --out-dir build/

> [email protected] sync-assets C:\Users\Eden\Downloads\aragon-apps-master\aragon-apps-master\apps\agent\app
> copy-aragon-ui-assets -n aragon-ui ./build && rsync -rtu ./public/ ./build


aragonUI assets copied to build\aragon-ui
'rsync' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] sync-assets: `copy-aragon-ui-assets -n aragon-ui ./build && rsync -rtu ./public/ ./build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] sync-assets script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Eden\AppData\Roaming\npm-cache\_logs\2021-02-22T17_04_09_020Z-debug.log
Server running at http://localhost:3005 
‼  Could not load source file "../src.ts/index.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/index.js".
‼  Could not load source file "../src.ts/abi-coder.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/abi-coder.js".
‼  Could not load source file "../src.ts/interface.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/interface.js".
‼  Could not load source file "../src.ts/fragments.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/fragments.js".
‼  Could not load source file "../../src.ts/coders/tuple.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/coders/tuple.js".
‼  Could not load source file "../../src.ts/coders/bytes.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/coders/bytes.js".
‼  Could not load source file "../../src.ts/coders/fixed-bytes.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/coders/fixed-bytes.js".‼  Could not load source file "../src.ts/_version.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/_version.js".
‼  Could not load source file "../../src.ts/coders/abstract-coder.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/coders/abstract-coder.js".
‼  Could not load source file "../../src.ts/coders/null.ts" in source map 
of "node_modules/@ethersproject/abi/lib.esm/coders/null.js".
‼  Could not load source file "../../src.ts/coders/boolean.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/coders/boolean.js".        
‼  Could not load source file "../../src.ts/coders/array.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/coders/array.js".
‼  Could not load source file "../../src.ts/coders/address.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/coders/address.js".        
‼  Could not load source file "../../src.ts/coders/number.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/coders/number.js".
‼  Could not load source file "../../src.ts/coders/string.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/coders/string.js".
‼  Could not load source file "../../src.ts/coders/anonymous.ts" in source map of "node_modules/@ethersproject/abi/lib.esm/coders/anonymous.js".    
√  Built in 22.23s.

Can't find a fix for rsync, please let me know how to fix this problem :)

@welcome
Copy link

welcome bot commented Feb 22, 2021

Thanks for opening your first issue in the Aragon apps repo! Someone will circle back soon ⚡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant