Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Known local error messages with solutions

Cathinka Walberg edited this page Feb 11, 2019 · 9 revisions

This is a non-extensive list of issues that more people have encountered when running the solution locally

Please add your error messages to this list, if you think they are common.

Unhandled promise rejection

When trying to run the frontend you get the message (node:17884) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Cannot find module './lib/fs'

Solution: Update your version of node to version 8 or newer.

Ref: https://github.com/parcel-bundler/parcel/issues/2533

Clone this wiki locally