-
Notifications
You must be signed in to change notification settings - Fork 21
ReferenceError: regeneratorRuntime #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am having the same issue
|
Also getting this issue... same dep versions "dependencies": {
"@nuxtjs/axios": "^5.3.1",
"nuxt": "^1.4.0",
"nuxt-netlify-cms": "^3.0.0",
"nuxtent": "^1.4.1"
} |
I got the same issue, solved by adding
then add |
@huygn It works now thank you. I had tried to before to add babel-polyfill in my build and that didn't work. At top is perfect 😃 |
I just added |
I'll cut a release in a moment, when i have closed a remaining issue. |
Updated to netlify-cms 1.7.0 and nuxt-netlify-cms 3.0.1 and when I navigate to http://localhost:3000/admin I get:
|
@benjamindedonder Would you show your yml file? Looks to be a formatting issue. |
backend:
name: git-gateway
repo: benjamindedonder/hetvoedselbos.be
branch: dev
publish_mode: editorial_workflow
media_folder: "static/images"
public_folder: "/images"
display_url: https://dev.hetvoedselbos.be
collections:
- name: "events"
label: "Events"
label_singular: "Event"
folder: "content/events"
create: true
slug: "{{date}}_{{slug}}"
fields:
- { label: "Image", name: "image", widget: "image" }
- { label: "Date", name: "date", widget: "datetime" }
- { label: "Title", name: "title", widget: "string" }
- { label: "Description", name: "description", widget: "string" } Also, I don't quite understand how /amdin is supposed to work locally as it requires logging in |
@benjamindedonder I did a test with your yml and everything worked fine. I don't know about the admin part. When I played with it before adding Netlify Identify I could use it locally without logging in, but since adding that it forces me to login on my live site. |
I'm getting the following error:
ERROR build:compile
ReferenceError: regeneratorRuntime is not defined
I didn't have any problems before installing the module. I'm using "@nuxtjs/axios": "4.5.2", "nuxt":1.4.0", "nuxtent": "1.4.1"
any suggestions?
The text was updated successfully, but these errors were encountered: