deep-foundation / npm-packager

NPM packager package for Deep. It handles installation and publication of deep packages.
https://www.npmjs.com/package/@deep-foundation/npm-packager
The Unlicense
8 stars 1 forks source link

I can't install package that had been published before #102

Open suenot opened 6 months ago

suenot commented 6 months ago

Bug description

Video: https://www.youtube.com/watch?v=q4h_wrA4uwg&feature=youtu.be

Error:

{
  "name": "Error",
  "stack": "Error: Package name is not synchronized between deep.json and package.json files.\n  deep.json package name: @s.../payments-symbols.\n  package.json package name: @s.../payment-tests.\n    at deepImport (eval at memoized (/node_modules/lodash/memoize.js:62:23), <anonymous>:55:13)\n    at eval (eval at memoized (/node_modules/lodash/memoize.js:62:23), <anonymous>:273:26)\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)",
  "message": "Package name is not synchronized between deep.json and package.json files.\n  deep.json package name: @s.../payments-symbols.\n  package.json package name: @s.../payment-tests."
}

Discussion: https://discord.com/channels/739430470345031692/970660322853670953/1242211718923288670

Expected Behavior

No response

Current Behavior

No response

Steps to reproduce

No response

Workaround

No response

Environment

No response