meteor update
=> Errors while initializing project:
While selecting package versions:
error: Conflict: Constraint babel-compiler@6.19.4 is not satisfied by babel-compiler 7.1.1.
Constraints on package “babel-compiler”:
- babel-compiler@~7.1.1 <- top level
- babel-compiler@7.1.0 <- ecmascript 0.11.1
- babel-compiler@7.0.0 <- minifier-js 2.3.5 <- standard-minifier-js 2.3.4
- babel-compiler@7.0.8 <- standard-minifier-js 2.3.4
- babel-compiler@6.19.4 <- coffeescript-compiler 1.12.7_1 <- coffeescript 1.12.7_1 <- juto:jessepollack-card 1.0.0
meteor remove coffeescript
coffeescript is not a direct dependency in project.
But yes after running meteor list --tree, got 4 dependencies. But how can I remove it and if I do so, it will affect the npm packages which are using them. So what to do?
juto:jessepollack-card@1.0.0
├─┬ coffeescript@1.12.7_1
│ ├── babel-runtime@1.0.1 (expanded above)
│ ├── caching-compiler@1.1.9 (expanded above)
│ ├─┬ coffeescript-compiler@1.12.7_1
mizzao:user-status@0.6.7
├── accounts-base@1.3.4 (top level)
├── check@1.2.5 (expanded above)
├── coffeescript@1.12.7_1 (expanded above)
ostrio:files@1.8.3
├── check@1.2.5 (expanded above)
├── coffeescript@1.12.7_1 (expanded above)