Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

PostInstall issues #672

Closed
vicpal25 opened this issue Jan 5, 2016 · 2 comments
Closed

PostInstall issues #672

vicpal25 opened this issue Jan 5, 2016 · 2 comments

Comments

@vicpal25
Copy link

vicpal25 commented Jan 5, 2016

We started noticing jenkins errors when running the postinstall build of foundationpress:

foundationpress@5.5.2 postinstall /var/www/app
bower install && grunt build
[ERROR]: module.js:340
[ERROR]:     throw err;
[ERROR]:           ^
[ERROR]: Error: Cannot find module 'imurmurhash'

This was working as of two weeks ago. For now, we have commented out the postinstall. Suggestions?

@olefredrik
Copy link
Owner

What version of Node.js are you on? (Type node -v in your terminal to get your version number)

You can try

rm -rf node_modules
npm install

@olefredrik
Copy link
Owner

Because of lack of response, I would assume that this is now resolved.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants