You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered: