-
Notifications
You must be signed in to change notification settings - Fork 385
Closed
Description
Hi,
Some of my app deps require a rebuild of native modules as seen below:
-------> Buildpack version 1.5.0
-----> Creating runtime environment
NPM_CONFIG_LOGLEVEL=error
NPM_CONFIG_PRODUCTION=true
NODE_MODULES_CACHE=true
-----> Installing binaries
engines.node (package.json): 0.12.5
engines.npm (package.json): 2.11.2
Downloading and installing node 0.12.5...
npm 2.11.2 already installed with node
-----> Restoring cache
Loading 1 from cacheDirectories (default):
- node_modules (exists - skipping)
-----> Building dependencies
Prebuild detected (node_modules already exists)
Rebuilding any native modules
> [email protected] install /tmp/staged/app/node_modules/pm2/node_modules/chokidar/node_modules/fsevents
> node-gyp rebuild
Is there any exposed flag to prevent this on every cf push
?
Metadata
Metadata
Assignees
Labels
No labels