mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-10 12:37:06 +08:00
Fix build
This commit is contained in:
@@ -15,9 +15,9 @@ See [the sample app](https://github.com/tasuki/sbs) with the instructions!
|
||||
|
||||
### Installation
|
||||
|
||||
Install nodejs, eg. on Debian/Ubuntu:
|
||||
Install nodejs, [probably 16+][bug] (worked with nodejs 18 from Ubuntu snaps in 2022).
|
||||
|
||||
sudo apt-get install nodejs
|
||||
[bug]: https://stackoverflow.com/questions/55921442/how-to-fix-referenceerror-primordials-is-not-defined-in-node-js
|
||||
|
||||
Clone the project, go to project folder, and install dependencies:
|
||||
|
||||
|
||||
@@ -20,6 +20,9 @@
|
||||
"lodash": "2.4.x",
|
||||
"marked": "0.3.2"
|
||||
},
|
||||
"overrides": {
|
||||
"graceful-fs": "^4.2.10"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node_modules/.bin/grunt test",
|
||||
"postinstall": "node_modules/.bin/bower install"
|
||||
|
||||
Reference in New Issue
Block a user