Add node-gyp instructions to build the crypto module
Otherwise misskey can't run.
This commit is contained in:
@@ -53,6 +53,11 @@ Or you can generate config file via `npm run config` command.
|
|||||||
|
|
||||||
*5.* Build Misskey
|
*5.* Build Misskey
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
We need to use `node-gyp` to build the `crypto` module.
|
||||||
|
|
||||||
|
1. `npm install -g node-gyp`
|
||||||
|
2. `node-gyp configure`
|
||||||
|
3. `node-gyp build`
|
||||||
1. `npm run build`
|
1. `npm run build`
|
||||||
|
|
||||||
*6.* That is it.
|
*6.* That is it.
|
||||||
|
Reference in New Issue
Block a user