Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Support installation on Windows #27

Open
abcoathup opened this issue Jan 31, 2020 · 0 comments
Open

Support installation on Windows #27

abcoathup opened this issue Jan 31, 2020 · 0 comments

Comments

@abcoathup
Copy link
Contributor

Support installation on Windows.

Currently npm install on Windows results in the following error:
'ln' is not recognized as an internal or external command, operable program or batch file.

OpenZeppelin Network.js uses preinstall to create a symlink for React.
ln doesn't exist on Windows.
https://github.com/OpenZeppelin/openzeppelin-network.js/blob/master/package.json#L14

Alternatives are to use Windows Subsystem for Linux or if using Windows natively, install using Git Bash terminal.

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

No branches or pull requests

1 participant