Skip to content
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

VM exception while processing transaction revert #13

Open
NBuhinicek opened this issue Nov 23, 2018 · 3 comments
Open

VM exception while processing transaction revert #13

NBuhinicek opened this issue Nov 23, 2018 · 3 comments

Comments

@NBuhinicek
Copy link

NBuhinicek commented Nov 23, 2018

@gwmccubbin Hey, did everything as on the video but when I start a server with npm run dev, and try to buy some tokens and submit the eth on metamask, I keep getting the "VM exception while processing transaction revert". Any toughts?

@NBuhinicek
Copy link
Author

NBuhinicek commented Nov 23, 2018

➜ token_sale npm run dev

[email protected] dev my-path
lite-server

sh: lite-server: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] dev: lite-server
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/infinum/.npm/_logs/2018-11-23T21_57_19_577Z-debug.log

was getting this at start but solved it with

`rm -rf node_modules

rm package-lock.json

npm cache clear --force

npm install`

Is myb this 'solution' wrong and because of it I get the VM exception when buying?

@joaocarlosleme
Copy link

You must solve the dependencies running npm install or npm install lite-server

@177shivam
Copy link

@gwmccubbin Hey, did everything as on the video but when I start a server with npm run dev, and try to buy some tokens and submit the eth on metamask, I keep getting the "VM exception while processing transaction revert". Any toughts?

Sir @NBuhinicek have you solved this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants