Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Specify versions of dependencies #2

Merged
merged 1 commit into from
Nov 5, 2016
Merged

Specify versions of dependencies #2

merged 1 commit into from
Nov 5, 2016

Conversation

rkistner
Copy link
Contributor

I'm repeatedly getting issues with npm-shrinkwrap with the "latest" version specifiers used for colour and optjs. This is fine for devDependencies, but for some reason doesn't work properly for real dependencies. Changing this to more specific version numbers should help for this.

I'm repeatedly getting issues with npm-shrinkwrap with the `"latest"` version specifiers used for `colour` and `optjs`. This is fine for `devDependencies`, but for some reason doesn't work properly for real dependencies. Changing this to more specific version numbers should help for this.
@LoicMahieu
Copy link

Yes related to npm issue: npm/npm#9703
Please @dcodeIO could you take a look at this PR ? :) Thanks!

@glasser
Copy link

glasser commented Oct 13, 2016

I agree, I keep hitting this too. Sure, it's an npm bug but fixing this and publishing would work around it.

@glasser
Copy link

glasser commented Oct 13, 2016

This is also npm/npm#13642

glasser added a commit to apollographql/protobuf.js that referenced this pull request Oct 13, 2016
Our project only needs to use the loadProto API from protobufjs, not the
CLI. The ascli package uses strange @latest dependencies which trigger
some bugs in npm.  So this package lets us depend on protobufjs without
pulling in the ascli dependency.

A PR to fix ascli is at dcodeIO/ascli#2

The underlying bug seems to be tracked at
npm/npm#13642
@dcodeIO dcodeIO merged commit 52ef8a1 into dcodeIO:master Nov 5, 2016
@rkistner rkistner deleted the patch-1 branch October 21, 2022 18:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants