Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

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

@Edenik

Description

@Edenik

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions