Fix build

This commit is contained in:
Vit Brunner
2022-11-18 11:22:58 +01:00
parent 3825d94677
commit c54754c0b6
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -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:
+3
View File
@@ -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"