LoginSignup
0
0

More than 1 year has passed since last update.

NextでCan't import the named export 'O_TRUNC' (imported as 'O_TRUNC') from default-exporting module (only default export is available)

Last updated at Posted at 2022-10-06

Nextの@semaphore-protocol/proofのimportで下記のエラーが出る場合

./node_modules/fastfile/src/fastfile.js
Can't import the named export 'O_TRUNC' (imported as 'O_TRUNC') from default-exporting module (only default export is available)

以下のように書き直す

const { generateProof, packToSolidityProof } = require("@semaphore-protocol/proof");
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0