ZenVoich / mops

Package manager for the Motoko programming language
https://mops.one
MIT License
36 stars 4 forks source link

Cannot find package 'tar' from node_modules/ic-mops/dist/commands/docs.js #240

Closed baolongt closed 1 month ago

baolongt commented 1 month ago

dfx.json file:

   "packtool": "npx ic-mops sources",

It will return the error

Cannot find package 'tar' from node_modules/ic-mops/dist/commands/docs.js

baolongt commented 1 month ago

Fixed with this version

npm i -g ic-mops@0.45.1-pre.0
tiagoicp commented 1 month ago

@ZenVoich , try to deploy this fix to production, as it's affecting pipelines.

Example:

Screenshot 2024-08-04 at 09 45 36
ZenVoich commented 1 month ago

Thanks for bug report! Fixed in version 0.45.3