hey some one please help i've tried
hey some one please help i've tried everything
5 Replies
You've checked the path in node modules and made sure it was resolvable I'm guessing
Looks like that package doesn't actually have code: https://unpkg.com/browse/tweetsodium@0.0.6/
UNPKG - tweetsodium
The CDN for tweetsodium
Try installing 0.0.5: https://unpkg.com/browse/tweetsodium@0.0.5/
UNPKG - tweetsodium
The CDN for tweetsodium
Looks like they forgot to run build for the latest published version.
Also note the repo indicates it's unmaintained and recommends using
libsodium.js
instead.use node
maybe