Closed azuruce closed 6 years ago
I'm also having this problem, we moved all testing dependencies into devDependencies
and ones required to build the project to dependencies
, but ember-cli-dependency-checker complains that the devDependencies aren't installed and prevents ember build --prod
from running!
You can disable this addon via an environment variable, but it is operating as intended (it should be validating both dependencies and devDependencies).
FWIW, I believe it is SKIP_DEPENDENCY_CHECKER= true ember build —prod
I have dev dependencies such as http-proxy, express in package.json. I can use "npm install --production" to install all production dependencies, but I can't deploy using ember deploy b/c the dependency checker will flag those missing dependencies.