I'm wondering if someone could help me stop beating my head against the wall. I am setting two new dev machines with my sanestack codebase and getting the same error on both machines.
A fresh clone of my repo on my local machine does not produce the error so I'm suspicious of the global dependencies.
Config: Docker, Postgres, Node 0.12 (trying to minimize pain points but not upgrading, running under nvm) .
On sane up:
server_1 | warn: Cannot read package.json in the current directory (/server)
server_1 | warn: Are you sure this is a Sails app?
a little further down the line:
server_1 | Fatal error: Unable to find local grunt
I am a bit doubtful about the grunt error since it is installed and wonder if the first warning is the real issue.
Anyone ever seen anything like this?
sails lift
?
sane new name -D
docker-compose run
. The command I used was sane new test-sane --docker -d postgres