EOSIO/eosjs

When i run the yarn build-web not working?

newdevdd opened this issue · 2 comments

This is the error i get.

I have cloned the repository and navigated to the cloned folder in the command line .
yarn build-web
Usage Error: Couldn't find a script named "build-web".

would you have any ideas where i am going wrong or maybe its a bug i have found :)

As long as your package.json has this line in it, it should be able to find build-web:

"build-web": "webpack --config webpack.prod.js && webpack --config webpack.debug.js",

Closing this issue due to no activity. Please reach out if you are still having this issue.