-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is dist
folder and web3.min.js
?
#1041
Comments
Same issue here when installing with npm. No dist folder. Thought I'd try |
I should add that using
|
@riteable |
I also have this issue: no dist folder after running My mac has node v8.5.0 and npm v5.4.2. Thanks in advance for any insight! |
after running i went into |
@frozeman Now it seems to install even less files than previously. When I Also, This happens using OS X and |
Same problem here |
I am facing the same issue on Ubuntu. Has anyone figured out the solution? |
@nyxynyx hey so basically along with npm install web3 you also need "npm install ethereum/web3.js" . This worked for me |
If you wanna create the dist/web3.js you'll have to do this directly from the source code.
|
What worked for me. |
hi guys i solved this issue by downloading the offline package from https://codeload.github.com/ethereum/web3.js/zip/develop and unzipped dist part from it and moved it to the directory where web3 was installed and added where it must be . |
Just discovered tag |
Since web3 1.x package is published via |
@k06a Thanks so much. It was really difficult to find the 1.0 version |
I have this problem. >:( |
The dist folder is in the 1.0 branch: https://github.com/ethereum/web3.js/tree/1.0/dist |
still have this problem, isn't there any alternative to web3 to work with Ethereum?!?! |
Of coursce if you need 1.x.x version just use /dist/web3.esm.js, minify it use Free Online Javascript Minifier |
Use this library ethers.js, wrapper for web3 |
|
I tried |
Thanks! This works for me too! |
Why isn't the dist folder with the most up to date web3.js file just added here? It makes it really hard to understand what's wrong and where to find the right files needed. |
I'm having this problem, nothing mentioned here has helped me get a web3.min.js. |
After
npm install --save web3
, I only seepackages
andsrc
foldesr insidenode_modules/web3
. Where is thedist
folder containingweb3.min.js
?The text was updated successfully, but these errors were encountered: