question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unknown browser query `last 1 version and not Explorer 10`

See original GitHub issue

I’m trying to use vue-filepondjust follow examples while encountered BrowserslistError as below

 error  in ./node_modules/filepond/dist/filepond.min.css

Module build failed: BrowserslistError: Unknown browser query `last 1 version and not Explorer 10`

Here’s the package.json information. My Project generate by vue-cli@2

"dependencies": {
    "filepond": "^4.3.5",
    "filepond-plugin-file-validate-type": "^1.2.4",
    "filepond-plugin-image-preview": "^4.0.5",
    "material-design-icons-iconfont": "^4.0.5",
    "vue": "^2.6.10",
    "vue-filepond": "^5.1.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}

How to fix this?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11

github_iconTop GitHub Comments

2reactions
injitoolscommented, Dec 22, 2019

npm i -D autoprefixer@9

2reactions
PauloViniciusBaleeirocommented, May 6, 2019

Hi @rikschennink , i got these problem, then I “solved” importing css files by CDN. I´m using Vue version 2.5.21. Before this “solution” i tryed update the npm packages but I still getting errors.

Read more comments on GitHub >

github_iconTop Results From Across the Web

BrowserslistError: Unknown browser query `dead`
In React, a possible solution is to remove the ~ from development inside browserslist inside package.json . so just change: "development": [ " ......
Read more >
Script errors in Internet Explorer - Browsers - Microsoft Learn
This article solves the problem that the webpage can't be displayed when a script error occurs in Internet Explorer. Original product version: ...
Read more >
browserslist - Bountysource
Browserslist is an industry-standard config and ecosystem around it to specify what browsers (and Nodejs version) are supported in this project. It has...
Read more >
Browser Troubleshooting Guide | Atlassian Support
Also, Mozilla Firefox most recent releases have brought back an old problem (specially on version 17.0.1) which is related to Memory Leak. Some ......
Read more >
Can I use... Support tables for HTML5, CSS3, etc
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found