polkadot-js / extension

Simple browser extension for managing Polkadot and Substrate network accounts in a browser. Allows the signing of extrinsics using these accounts. Also provides a simple interface for compliant extensions for dapps.
Apache License 2.0
971 stars 417 forks source link

Error reported when executing the Yarn build command #1294

Closed jackchen0120 closed 10 months ago

jackchen0120 commented 10 months ago

win10 system node v18.15.0 yarn 3.2.0

Error message as shown in the figure image

jackchen0120 commented 10 months ago

Continue executing the Yarn start command Error message as shown in the figure image

jacogr commented 10 months ago

For the first issue, I really don't have the setup to test on Windows. So no idea if it is working and it certainly has not been tested and cannot be - CI build is fine (Linux) as is my local (Mac) builds. Sadly have no way to reproduce above, so it would remain an issue (basically forever).

(The root probably lies in the https://github.com/polkadot-js/dev repo where we always assume unix-like environments, there are no Windows-like support for paths and the like)

For the yarn watch, that seems to be dangling commands that are still there and should have been removed a while ago (when the config was removed). The linked PR removes those commands completely.

jackchen0120 commented 10 months ago

For the first issue, I really don't have the setup to test on Windows. So no idea if it is working and it certainly has not been tested and cannot be - CI build is fine (Linux) as is my local (Mac) builds. Sadly have no way to reproduce above, so it would remain an issue (basically forever).

(The root probably lies in the https://github.com/polkadot-js/dev repo where we always assume unix-like environments, there are no Windows-like support for paths and the like)

For the yarn watch, that seems to be dangling commands that are still there and should have been removed a while ago (when the config was removed). The linked PR removes those commands completely.

Thanks

polkadot-js-bot commented 10 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.