-
`npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: pug@3.0.0
npm ERR! node_modules/pug
npm ERR! dev pug@"^3.0.0" from the root project
npm ERR…
-
Hi. I am trying to run ExpoSE to analyze some javascript codes. After running `npm install`, I got some errors:
```
npm WARN deprecated typings@2.1.1: Typings is deprecated in favor of NPM @types --…
-
Hi i would like to suggest the change, to replace Ace with Monaco Editor instead.
I was able to get a sample running as a umbraco property in less than an hour.
Live running sample: https://micr…
-
**Describe the bug**
`Uncaught (in promise) TypeError: quasar_src_plugins_LocalStorage_js__WEBPACK_IMPORTED_MODULE_1__.default.getItem is not a function`
**Codepen/jsFiddle/Codesandbox (required…
-
**Describe the bug**
Adding custom webpack loaders works perfect with `ng serve` and `ng build` but it doesn't work with `ng test`.
**To Reproduce**
Steps to reproduce the behavior:
1. Add extra…
vadjs updated
3 years ago
-
### When reporting a bug, please be sure to include the following:
- [x] A descriptive title
- [x] An *isolated* way to reproduce the behavior
- [x] What version of `purgecss` you're using, and th…
-
### Version
4.0.0-rc.0
### Reproduction link
[https://github.com/jacekkarczmarczyk/vue-cli-sass-loader-repro](https://github.com/jacekkarczmarczyk/vue-cli-sass-loader-repro)
### Enviro…
-
## The dependency [webpack](https://github.com/webpack/webpack) was updated from `4.26.1` to `4.27.0`.
🚨 [View failing branch](https://github.com/ccnmtl/matchhugo/compare/master...ccnmtl:greenkeeper…
-
I just installed this extension, and I must say it's really well done! My only complaint is that `v-else` is not recognized when using Pug, as in the following image:
![imagen](https://user-images.…
-
Hello,
In our angular2 application we use webpack. I'm trying to install angular-split. In my app.module I imported AngularSplitModule and added it to imports in the same way as in your examples. …