Ask A Question

Notifications

You’re not receiving notifications from this thread.

error starting new jumpstart app

Ibrahim Abdallah asked in Rails

Hi

I just created new rails app using free jumpstart template

https://github.com/excid3/jumpstart

I receive an error when starting the. project about missing build script

✘  myapp   master  bin/dev
18:09:56 web.1 | started with pid 50913
18:09:56 js.1 | started with pid 50914
18:09:56 css.1 | started with pid 50915
18:09:56 js.1 | yarn run v1.22.10
18:09:56 css.1 | yarn run v1.22.10
18:09:56 css.1 | $ sass ./app/assets/stylesheets/application.bootstrap.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules --watch
18:09:56 js.1 | error Command "build" not found.
18:09:56 js.1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
18:09:57 js.1 | exited with code 1
18:09:57 system | sending SIGTERM to all processes
18:09:57 css.1 | exited with code 1
18:09:57 web.1 | terminated by SIGTERM

Reply

Upgrading to the latest version of Node help me with the same problem on Ubuntu 20.04.
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 79,047+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2023 GoRails, LLC. All rights reserved.