Hello everyone,
The previous persion of jasper worked fine on netlify but the current version on github master branch gives this error on netlify. Please resolve or give fix for this issue:
11:36:08 AM: Post-install message from dnsruby:
11:36:08 AM: Installing dnsruby...
11:36:08 AM: For issues and source code: https://github.com/alexdalitz/dnsruby
11:36:08 AM: For general discussion (please tell us how you use dnsruby): https://groups.google.com/forum/#!forum/dnsruby
11:36:08 AM: Post-install message from sass:
11:36:08 AM: Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
11:36:08 AM: * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
11:36:08 AM: primary implementation: https://sass-lang.com/install
11:36:08 AM: * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
11:36:08 AM: sassc gem: https://github.com/sass/sassc-ruby#readme
11:36:08 AM: * For more details, please refer to the Sass blog:
11:36:08 AM: http://sass.logdown.com/posts/7081811
11:36:08 AM: Post-install message from html-pipeline:
11:36:08 AM: -------------------------------------------------
11:36:08 AM: Thank you for installing html-pipeline!
11:36:08 AM: You must bundle Filter gem dependencies.
11:36:08 AM: See html-pipeline README.md for more details.
11:36:08 AM: https://github.com/jch/html-pipeline#dependencies
11:36:08 AM: -------------------------------------------------
11:36:08 AM: Gem bundle installed
11:36:08 AM: Started restoring cached node modules
11:36:08 AM: Finished restoring cached node modules
11:36:08 AM: Installing NPM modules using NPM version 6.4.1
11:36:10 AM: npm
11:36:10 AM: WARN deprecated gulp-util@3.0.7: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
11:36:10 AM: npm WARN
11:36:10 AM: deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
11:36:10 AM: npm WARN deprecated
11:36:10 AM: browserslist@1.3.6: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
11:36:11 AM: npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
11:36:11 AM: npm
11:36:11 AM: WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
11:36:12 AM: npm
11:36:12 AM: WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
11:36:13 AM: npm
11:36:13 AM: WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
11:36:14 AM: npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
11:36:31 AM: > nodemon@1.18.9 postinstall /opt/build/repo/node_modules/nodemon
11:36:31 AM: > node bin/postinstall || exit 0
11:36:31 AM: Love nodemon? You can now support the project via the open collective:
11:36:31 AM: > https://opencollective.com/nodemon/donate
11:36:33 AM: npm notice created a lockfile as package-lock.json. You should commit this file.
11:36:33 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
11:36:33 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
11:36:33 AM: added 786 packages from 411 contributors and audited 10101 packages in 23.679s
11:36:33 AM: found 15 vulnerabilities (3 low, 12 high)
11:36:33 AM: run `npm audit fix` to fix them, or `npm audit` for details
11:36:33 AM: NPM modules installed
11:36:33 AM: Started restoring cached go cache
11:36:33 AM: Finished restoring cached go cache
11:36:33 AM: unset GOOS;
11:36:33 AM: unset GOARCH;
11:36:33 AM: export GOROOT='/opt/buildhome/.gimme/versions/go1.10.linux.amd64';
11:36:33 AM: export PATH="/opt/buildhome/.gimme/versions/go1.10.linux.amd64/bin:${PATH}";
11:36:33 AM: go version >&2;
11:36:33 AM: export GIMME_ENV='/opt/buildhome/.gimme/env/go1.10.linux.amd64.env';
11:36:33 AM: go version go1.10 linux/amd64
11:36:33 AM: Installing missing commands
11:36:33 AM: Verify run directory
11:36:33 AM: Executing user command: jekyll build
11:36:34 AM: Configuration file: /opt/build/repo/_config.yml
11:36:34 AM: Source: /opt/build/repo
11:36:34 AM: Destination: ../jasper2-pages/
11:36:34 AM: Incremental build: disabled. Enable with --incremental
11:36:34 AM: Generating...
11:36:36 AM: done in 1.706 seconds.
11:36:36 AM: Auto-regeneration: disabled. Use --watch to enable.
11:36:36 AM: Caching artifacts
11:36:36 AM: Started saving ruby gems
11:36:36 AM: Finished saving ruby gems
11:36:36 AM: Started saving node modules
11:36:36 AM: Finished saving node modules
11:36:36 AM: Started saving pip cache
11:36:36 AM: Finished saving pip cache
11:36:36 AM: Started saving emacs cask dependencies
11:36:36 AM: Finished saving emacs cask dependencies
11:36:36 AM: Started saving maven dependencies
11:36:36 AM: Finished saving maven dependencies
11:36:36 AM: Started saving boot dependencies
11:36:36 AM: Finished saving boot dependencies
11:36:36 AM: Started saving go dependencies
11:36:36 AM: Finished saving go dependencies
11:36:36 AM: Cached node version v8.15.0
11:36:36 AM: Build script success
11:36:36 AM: Failing build: Failed to build site
11:36:36 AM: failed during stage 'building site': Deploy directory '_site/' does not exist
11:36:36 AM: Finished processing build request in 2m26.805871982s
Here's what worked for me:
changed baseurl in _config.yml to baseurl: and
On netlify: set build command to jekyll build and
Publish Directory to ../jasper2-pages/.
Hello everyone, The previous persion of jasper worked fine on netlify but the current version on github master branch gives this error on netlify. Please resolve or give fix for this issue: