Here is what I have for a package.json file
{
"name": "MYAPPNAME",
"private": true,
"scripts": {
"start": "MONGO_URL=mongodb://localhost:27017/meteor meteor",
"chimp-watch": "chimp --ddp=http://localhost:3000 --watch --mocha --path=tests/",
"chimp-test": "chimp --mocha --path=tests/"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"authorizenet": "^1.0.7",
"babel-runtime": "^6.20.0",
"bcrypt": "^0.8.7",
"clipboard": "^2.0.1",
"cropper": "^3.0.0-rc.3",
"ddp": "^0.12.0",
"ddp-login": "^1.0.10",
"fibers": "^1.0.13",
"iconv-lite": "^0.4.15",
"jquery": "^3.2.1",
"jsreport-browser-client-dist": "^1.1.0",
"ladda": "^1.0.0",
"meteor-accounts-t9n": "^2.3.1",
"meteor-job": "^1.4.0",
"meteor-node-stubs": "^0.2.3",
"moment-timezone": "^0.5.6",
"money-math": "^2.4.3",
"pdfmake": "~0.1.18",
"pusher": "^1.5.1",
"slack-node": "^0.1.8",
"slideout": "^0.1.12",
"spin.js": "^2.3.2",
"square-connect": "^2.20190508.0"
}
}
I don’t have the meteor section. Today I tried adding the section in, just to see if I got some sort of error letting me know why my methods are not calling. Any other suggestions?