Unknown browser query `last 1 version and not Explorer 10`
See original GitHub issueI’m trying to use vue-filepond
just 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:
- Created 4 years ago
- Comments:11
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
npm i -D autoprefixer@9
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.