Skip to content

Conversation

@rjhuijsman
Copy link
Contributor

Description

Allow "npm run build:pack" to work even in a cleanly-cloned directory; previously the lack of an "npm install" command in that directive caused it to fail with errors like "Cannot find module 'lodash'" if the developer hadn't run "npm install" manually before.

We no longer need to "npm install typescript", because it's a dev-dependency. We still need to install firebase-admin, since it's a peer dependency.

…; previously the lack of a plain 'npm install' command caused it to fail with errors like "Cannot find module 'lodash'".
@rjhuijsman rjhuijsman merged commit 0951c0c into master Jul 21, 2017
@rjhuijsman rjhuijsman deleted the rjh.buildpack branch July 21, 2017 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants