stellar-deprecated / account-viewer

DEPRECATED. Go to https://github.com/stellar/account-viewer-v2
Apache License 2.0
62 stars 65 forks source link

How to buildin on Ubuntu/Alpine #78

Closed itpromorus closed 4 years ago

itpromorus commented 5 years ago

Hello! I have a problem with building in Docker on Ubuntu/Alpine OS. fsevetns supported only MacOS. Is it possible to avoid this error on Ubuntu?

Module not found: Error: Can't resolve 'fs'

vcarl commented 4 years ago

That's usually fine to ignore. The build step for this app is fairly old thought, and requires node 6.x to build correctly. Typically the error when on a node version too new is

TypeError: Cannot read property 'prototype' of undefined