Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Conversation

@takaomizuno0032
Copy link

Description of change

Please write a summary of your changes and why you made them. Be sure to reference any related issues by adding fixes # (issue).

  • Solve the problem that npm i is failing on fresh library repo cause of issue in installing pow-neon dependencies.
    • when I tried to npm install using node.js version18.18, it was failing due to this dependency error.

fixes #1199

Type of change

  • Bug fix (a non-breaking change which fixes an issue)

How the change has been tested

Describe the tests that you ran to verify your changes.

Make sure to provide instructions for the maintainer as well as any relevant configurations.

make sure to build pow-neon

  1. go to under packages/pow-neon/native
  2. build this module by yarn dist

make sure to build iota

  1. go to iota.js
  2. build iota by yarn dist-neon

Change checklist

Add an x to the boxes that are relevant to your changes, and delete any items that are not.

  • My code follows the contribution guidelines for this project
  • I have performed a self-review of my own code

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.

PowNeon dependencies failing the build

1 participant