ember-cli-dependency-checker icon indicating copy to clipboard operation
ember-cli-dependency-checker copied to clipboard

Resolution of file: paths still failing

Open ELLIOTTCABLE opened this issue 6 years ago • 3 comments

We're on [email protected], which looks like it should include #90; but I'm still getting this:

Missing npm packages:
Package: @codeverse/game-engine
  * Specified: file:../game-engine/codeverse-game-engine-0.101.1.tgz
  * Installed: file:/Users/ec/Work/game-engine/codeverse-game-engine-0.101.1.tgz

Package: @codeverse/library
  * Specified: file:../library/codeverse-library-1.1.2.tgz
  * Installed: file:/Users/ec/Work/library/codeverse-library-1.1.2.tgz

ELLIOTTCABLE avatar Feb 11 '19 17:02 ELLIOTTCABLE

Looks like there's still issues with tar ball paths.

@ELLIOTTCABLE can you confirm if you are using npm or yarn to install dependencies?

Also did you install from fresh or from an existing lockfile?

rtablada avatar Mar 07 '19 17:03 rtablada

(npm, existing lockfile)

Unfortunately, I'm no longer involved in the project that was showing this error. )=

If you can't personally reproduce, feel free to close!

ELLIOTTCABLE avatar Mar 08 '19 04:03 ELLIOTTCABLE

Reproduced here: https://travis-ci.org/ember-cli/ember-try/jobs/510220939#L1843

Using npm to install (ignore it saying yarn -- the project has both npm and yarn lockfiles for testing)

kategengler avatar Mar 27 '19 22:03 kategengler