Fails to compile with 0.9.1 - @babel/runtime/generator module not found #483
andreasvirkus posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
<!-- Issues which contain questions or support requests will be closed. -->
<!-- Please ask questions via following several ways. -->
<!-- https://chat.saber.land/ -->
<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->
Bug report
Running saber
fails to compile the dev bundle
Steps to reproduce
Clone this branch: https://github.com/andreasvirkus/cottage/tree/refactor/saber
git clone git@github.com:andreasvirkus/cottage.git
What is expected?
Running saber
should compile the dev bundle and start up the development server.
What is actually happening?
The compiler throws an error
Other relevant information
When downgrading to 0.8.1
, it runs fine (but doesn't respect the permalinks option in my config - will open up a separate issue for that).
- Result of running
saber -v
:0.9.1
- Is Saber a global or local install? local install
- Which package manager did you use for the install?
npm
- Does this issue occur when all plugins are disabled? yes