Cannot browserify dat-sdk
See original GitHub issueindex.js is simply const SDK = require('dat-sdk')
In my terminal:
browserify index.js > bundle.js
Error: Cannot find module 'babelify' from '/Users/my_user/Documents/GitHub/project/node_modules/dat-sdk'
So I tried npm install babelify
then, again, browserify index.js > bundle.js
My terminal:
Error: Cannot find module '@babel/core'
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
Cannot browserify dat-sdk · Issue #60 · RangerMauve/hyper-sdk ...
The easiest way is to just start from the SDK bundle and work from there. For the record, I couldn't get the webpack...
Read more >Using the Dat SDK - Dat Docs - Dat Foundation
The Dat Software Development Kit is a JavaScript library which makes it easy to build applications with Dat for Node.js and web browsers....
Read more >"Cannot find module" in browserify when not mangling the ...
I have a custom library I'm trying to build with Browserify. The library uses fabric.js ...
Read more >datproject/discussions - Gitter
edrex I think a change in the hash function would be identified at the level of the repo somehow. So new hash repos...
Read more >Javascript | Package Hub
ML Classifier is a machine learning engine for quickly training image classification models in your browser. Models can be saved with a single...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The updated README is good! Thanks for all the help!
Try the latest Master branch or v2.8.0. I removed the geut sodum-js fork since apparently sodium-javascript should be working correctly now.