-
Notifications
You must be signed in to change notification settings - Fork 251
Description
Hi LayerZero team 👋
I'm currently trying to use the create-lz-oapp tool and/or work with the @layerzerolabs/oft-example project, but I’ve run into a 404 error due to what seems to be a missing dependency on the npm registry.
Steps to Reproduce:
Simply run:
npx create-lz-oapp@latest
Error Message:
ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@layerzerolabs%2Fscript-devtools-evm-foundry: Not Found - 404
@layerzerolabs/script-devtools-evm-foundry is not in the npm registry, or you have no permission to fetch it.
No authorization header was set for the request.
Details:
The package.json in @layerzerolabs/oft-example includes this dependency:
"@layerzerolabs/script-devtools-evm-foundry": "^0.0.1"
However, it seems that package is not published publicly:
❌ https://registry.npmjs.org/@layerzerolabs%2Fscript-devtools-evm-foundry → 404
✅ https://www.npmjs.com/package/@layerzerolabs/test-devtools-evm-foundry does exist
Impact:
This causes npx create-lz-oapp@latest to fail immediately, and also blocks installs when cloning and working with the oft-example repo. Would love a fix so the public onboarding experience is smoother 🙏
Questions:
Should script-devtools-evm-foundry be published?
Or was it meant to reference something else (e.g. test-devtools-evm-foundry)?
Thanks in advance! Appreciate the tools you’re building 🚀