[openstreetmap/openstreetmap-website] Yarn install broken - INSTALL.md out of date? (Issue #3579)
jmcb
notifications at github.com
Tue Jun 21 20:14:27 UTC 2022
I followed the instructions in INSTALL.md with a fresh virtualbox of ubuntu server 20.04. In the yarn step I get this result:
```
user at hostname:~/openstreetmap-website$ bundle exec rake yarn:install
/usr/lib/ruby/2.7.0/net/protocol.rb:66: warning: already initialized constant Net::ProtocRetryError
/var/lib/gems/2.7.0/gems/net-protocol-0.1.3/lib/net/protocol.rb:68: warning: previous definition of ProtocRetryError was here
/usr/lib/ruby/2.7.0/net/protocol.rb:206: warning: already initialized constant Net::BufferedIO::BUFSIZE
/var/lib/gems/2.7.0/gems/net-protocol-0.1.3/lib/net/protocol.rb:208: warning: previous definition of BUFSIZE was here
/usr/lib/ruby/2.7.0/net/protocol.rb:503: warning: already initialized constant Net::NetPrivate::Socket
/var/lib/gems/2.7.0/gems/net-protocol-0.1.3/lib/net/protocol.rb:504: warning: previous definition of Socket was here
yarn install failed to execute.
Ensure yarn is installed and `yarn --version` runs without errors.
user at hostname:~/openstreetmap-website$
```
I also found this line in the dockerfile that says this is expected to not work. Seems the INSTALL.md needs updating to match the Dockerfile.
https://github.com/openstreetmap/openstreetmap-website/blob/master/Dockerfile#L47
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3579
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/3579 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20220621/5929a843/attachment.htm>
More information about the rails-dev
mailing list