Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

195
Views
Ember no coincide con los nombres en index.js y package.json

tengo dos nombres diferentes en mi package.json e index.js que no puedo cambiar en ambos lugares. Estoy recibiendo este error.

ember-cli: Your names in package.json and index.js should match. The addon in /Users/nrehman/Projects/copilot-seo-score currently have '@copilot/copilot-seo-score' in package.json and 'copilot-seo-score' in index.js. Until ember-cli v3.9, this error can be disabled by setting env variable EMBER_CLI_IGNORE_ADDON_NAME_MISMATCH to "true". For more information about this workaround, see: https://github.com/ember-cli/ember-cli/pull/7950.

Mi versión de ember-cli es "ember-cli": "~3.28.3"

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Normalmente hago esto en mis complementos:

 module.exports = { name: require('./package').name, }

de esa manera, siempre coinciden, incluso si se les cambia el nombre.

El problema es que su nombre de package.json es @copilot/copilot-seo-score , pero su nombre en index.js es copilot-seo-score y deben coincidir.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!