nyura123/mobx-firebase-store

Can't run 'npm test' because firebase-nest and mobx aren't installed via "npm install"

Closed this issue · 4 comments

Can't run 'npm test' because firebase-nest and mobx aren't installed via "npm install"

Is there a trick to getting npm to use peerDependencies?

@dev-guy, normally npm install should install devDependencies.
If your NODE_ENV is set to production, you can trying using npm install --only=dev (more info is at http://stackoverflow.com/questions/34700610/npm-install-wont-install-devdependencies)

Hello, mobx and firebase-nest are listed in peerDependencies, not devDependencies.

ah, you're right - added.