question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm package published with engine: "ember-cli-app-version"

See original GitHub issue

Extremely unimportant detail, but it’s not in package.json but it’s on npm:

$ npm show ember-truth-helpers engines
{ node: '>= 0.10.0', 'ember-cli-app-version': '1.0.0' }

It also makes yarn 😞 :

$ yarn
yarn install v0.16.1
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
warning ember-truth-helpers@1.2.0: The engine "ember-cli-app-version" appears to be invalid.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:12
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

22reactions
btecucommented, Nov 1, 2016

@jmurphyau it has been already fixed in this commit. You just need to release a new version.

0reactions
lolmauscommented, Jan 9, 2017

🙇

Read more comments on GitHub >

github_iconTop Results From Across the Web

package.json - npm Docs
If you plan to publish your package, the most important things in your package.json are the name and version fields as they will...
Read more >
ember-engines-microservice - npm package - Snyk
An important project maintenance signal to consider for ember-engines-microservice is that it hasn't seen any new versions released to npm in ...
Read more >
Is npm package "engines" field intended for consumers of a ...
I am the author of a library published on npm. In its package manifest file, an engines field contains the current LTS versions...
Read more >
Publishing Node.js packages - GitHub Docs
You can publish Node.js packages to a registry as part of your continuous integration (CI) workflow.
Read more >
Learn How to Develop and Publish an NPM Package - Auth0
Check out this NPM developer's practical tutorial. Learn what tools we can leverage to develop and publish high-quality NPM packages.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found