theworldisnotflat / shriveling_world

The "shriveling_world" project aims at producing images of the global geographical time-space, using the third dimension, as in time-space relief maps. The word "shriveling" was introduced by Waldo Tobler in his comments of Mathis-L'Hostis time-space relief image, in order to describe the complex contraction process suggested by the model.
GNU General Public License v3.0
9 stars 4 forks source link

GET http://localhost:3000/client/undefined node #139

Closed theworldisnotflat closed 3 years ago

theworldisnotflat commented 3 years ago

Describe the bug after compile, the app and website are broken with message in web console of the browser: GET http://localhost:3000/client/undefined node loading module from '' was blocked because of a disallowed mime type (text/html)

Desktop (please complete the following information):

theworldisnotflat commented 3 years ago

solved by @saamus; apply the following actions:

  1. remove folder 'documentation' in the 'static' folder
  2. npm i
  3. npm run build
  4. npm run dev