Yarn install fails
See original GitHub issueHi,
I’m facing an issue with plotly.js and yarn.
yarn add plotly.js
yarn add v1.12.3
info No lockfile found.
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages…
warning plotly.js > regl-splom > left-pad@1.3.0: use String.prototype.padStart()
warning plotly.js > ndarray-fill > cwise > static-module > through2 > xtend > object-keys@0.4.0:
warning plotly.js > point-cluster > bubleify > buble > os-homedir@2.0.0: This is not needed anymore. Use require('os').homedir() instead.
error Couldn’t find package “3d-view@^2.0.0” required by “gl-plot3d@^2.4.2” on the “npm” registry.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Any hint to solve it?
Many thanks
Issue Analytics
- State:
 - Created 4 years ago
 - Reactions:15
 - Comments:12 (5 by maintainers)
 

Top Related StackOverflow Question
Even I am facing the same with npm
Yes I’m facing this issue too since yesterday