-
-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
Milestone
Description
I built the app like described in the README file but I run into the following error. It says there is no gulpfile.
$ make
make npm
make[1]: Entering directory `/var/www/nextcloud/apps/maps'
npm run build
> maps@0.0.7 prebuild /var/www/nextcloud/apps/maps
> npm install && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update
> maps@0.0.7 build /var/www/nextcloud/apps/maps
> node node_modules/gulp-cli/bin/gulp.js
[18:59:46] No gulpfile found
npm ERR! weird error 1
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR! not ok code 0
make[1]: *** [npm] Error 1
make[1]: Leaving directory `/var/www/nextcloud/apps/maps'
make: *** [build] Error 2