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

Support installation on Windows #27

Open
@abcoathup

Description

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.

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