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

fix: fix about powNeon dependencies failing during build #1200

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

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