Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 777 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 777 Bytes

nalgebra.org

This is the repository for nalgebra.org.

Working locally

To build, install the yarn package manager and run

yarn install

to install the required dependencies, and

yarn start

to serve the website locally.

Troubleshooting

If you get an error like

at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)
{
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

you might be able to work around it with the following environment variable:

export NODE_OPTIONS=--openssl-legacy-provider