-
Notifications
You must be signed in to change notification settings - Fork 9
Closed

Description
npm install
error message:
...
npm ERR! node v6.12.0
npm ERR! npm v2.15.12
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package acorn@5.7.3 does not satisfy its siblings' peerDependencies requirements!
...
It seems that updated dependency acorn-dynamic-import@4.0.0 requires acorn@6.0.2
But acorn-node@1.6.1 provides acorn@^6.0.1
...
│ │ │ ├── https-browserify@1.0.0
│ │ │ ├─┬ insert-module-globals@7.2.0
│ │ │ │ ├─┬ acorn-node@1.6.1
│ │ │ │ │ ├── UNMET PEER DEPENDENCY acorn@6.0.2
│ │ │ │ │ ├── acorn-dynamic-import@4.0.0
│ │ │ │ │ └── acorn-walk@6.1.0
│ │ │ │ ├─┬ concat-stream@1.6.2
│ │ │ │ │ └── buffer-from@1.1.1
│ │ │ │ ├── is-buffer@1.1.6
...
Metadata
Metadata
Assignees
Labels
No labels