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
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
56
-
57
49
### Info about development
58
-
You can see `warning` in time `yarn install` - it's okey
50
+
You can see `warning` in time `pnpm install` - it's okey
59
51
60
-
File `docs\limit-order-protocol\smart-contract\_category_.json` changed after `yarn install`. Discard changes in this file before execute some other commands
52
+
File `docs\limit-order-protocol\smart-contract\_category_.json` changed after `pnpm install`. Discard changes in this file before execute some other commands
61
53
62
-
Search doesn't work in `yarn start`.
54
+
Search doesn't work in `pnpm start`.
63
55
For check working of the search you need:
64
-
-`yarn build`
65
-
-`yarn serve`
56
+
-`pnpm build`
57
+
-`pnpm serve`
66
58
67
59
If you got some error check that you does all in accordiance with README.
68
-
After that remove `yarn.lock` (`package-lock.json`), `node_modules` and `build` (if there is one). And try again.
69
-
Also check node.js version. All correct worked with node version 16.17.1
60
+
After that remove `pnpm-lock.yaml` (`package-lock.json`), `node_modules` and `build` (if there is one). And try again.
61
+
Also check node.js version. All correct worked with node version 18.2.0
0 commit comments