-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed at the strong-arc@1.8.8 preinstall script #1733
Comments
I have the same issue when install the package strongloop globally, but if only install strong-arc , nothing bad happens The log is
System Info node 6.7.0 |
Same here, yesterday was working: Same here trying to deploy in Heroku: Error: strong-arc@1.8.8 preinstall: node .sl-blip.js |
Same here trying to deploy to Heroku:
|
I too am getting the error. It just started happening today. I use packer scripts to build an AMI image and that's when I get the exact same error regarding the preinstall 'node .sh-blip.js'. |
I am as well. npm ERR! Darwin 16.0.0 npm ERR! strong-arc@1.8.8 preinstall: npm ERR! Please include the following file with any support request: |
On Windows: 140367 verbose stack Error: strong-arc@1.8.8 preinstall: |
I was trying to downgrade node and npm (v6.6.0 and 3.10.0), but it didn't help |
Same here on Windows 10, npm 3.10.8, node 4.6.0 (LTS). Here's the relevant output from
|
Me too, Mac OS Sierra, node v6.6.0, npm 3.10.3:
|
It might be related with TryGhost/node-sqlite3#720 issue. |
@anthonyettinger can you help us? |
@rikantro we need to get it working... |
we need to check when this pull request will be merged |
The original issue reported here should have been fixed by the release of strong-arc@1.8.9 which completely removes the The sqlite3 issue is already being tracked in multiple other issues, so I'm closing this one to narrow the field. |
I got the same issue but i resolved by these steps $ npm install --global windows-build-tools; |
Yes, the original issue regarding the preinstall script has been fixed. Thank you! |
Welcome @rurivera6 |
Hello,
I m trying to install strongloop using :
npm install -g strongloop
how ever the install fails at strong-arc preinstall
Please see attached log for more information
npm-debug.txt
The text was updated successfully, but these errors were encountered: