Meteor error - promise.js -
i have reoccuring problem meteor applications has caused me delete , redo projects. problem whenever go start app meteor run or meteor shows error:
i had problem 1 of app , required me uninstall meteor , reinstall work..i wondering if there other way fix problem. many people have said delete .meteor folder or .meteor/local folder , start again has not worked me. solution has worked many people except me command run inside application rm -rf ./.meteor have no luck that. don't know @ point in terms of fixing problem. , not have problem code, working 2 days ago , haven't touched since.
i have:
- windows 10 pro.
- 64 bit operating system(i don't know if matters).
- meteor v1.5
stuart,
deleting .meteor folder isn't idea, because contains list of packages, , project won't work @ then.
you can delete .meteor/local, because temporary build area. thing can delete node_modules folder, or type npm rebuild tells npm rebuild node_modules directory in case there corruption in there.
meteor reset clear out database in case problem. can delete~/.meteor, ~ home directory. meteor rebuild it.
as screen shot, it's better if can paste actual text here, because can't tell character it's complaining about. remember click button braces format correctly.
hopefully 1 of above you. otherwise perhaps share project?

Comments
Post a Comment