Use yarn
to install everything.
mongodb-memory-server
(used for testing) package may not work because of lacking OpenSSL library. If you have troubles with it:
-
Download the latest version for your platform here
-
Run
copy ssleay32.dll %WINDIR%\System32\ssleay32.dll
copy libeay32.dll %WINDIR%\System32\libeay32.dll
regsvr32.exe /s %WINDIR%\System32\ssleay32.dll
regsvr32.exe /s %WINDIR%\System32\libeay32.dll