You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for the repository; it has been very helpful to me. However, I have a problem. When trying to install the Bootstrap gem, I receive the following error: usr/local/bundle/gems/execjs-2.9.1/lib/execjs/runtimes.rb:68:in autodetect': Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable).
I have attempted to install Node.js within the Dockerfile, but I have not succeeded. Is it possible to add the installation of Node.js for the proper functioning of the Bootstrap gem?
Regards.
The text was updated successfully, but these errors were encountered:
Good question. One of the experiments with this repository was to see if node.js could be avoided altogether. So, it is not installed on purpose (at this point).
What version of the Bootstrap gem are you using? I'm curious to check it out.
I have attempted to install Node.js within the Dockerfile, but I have not succeeded
Thank you very much for the repository; it has been very helpful to me. However, I have a problem. When trying to install the Bootstrap gem, I receive the following error:
usr/local/bundle/gems/execjs-2.9.1/lib/execjs/runtimes.rb:68:in autodetect': Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
.I have attempted to install Node.js within the Dockerfile, but I have not succeeded. Is it possible to add the installation of Node.js for the proper functioning of the Bootstrap gem?
Regards.
The text was updated successfully, but these errors were encountered: