I got a error on the postinstall
See original GitHub issuenpm WARN VVSEC_jacket@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.8 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! swiper@4.5.0 postinstall: `node -e "console.log('\u001b[35m\u001b[1mLove Swiper? Support Vladimir\'s work by donating or pledging on patreon:\u001b[22m\u001b[39m\n > \u001b[32mhttps://patreon.com/vladimirkharlampidi\u001b[0m\n')"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the swiper@4.5.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/o1.ftp/.npm/_logs/2019-04-25T16_54_04_903Z-debug.log
This is a (multiple allowed):
- bug
- enhancement
- feature-discussion (RFC)
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Issues in npm post-install script - Stack Overflow
There is some error in npm post-install script. My project is based on Linux but due to issues i have to run the...
Read more >postinstall script fails when running `npm install` - Drupal
When running npm install, the install fails at the postinstall script stage with error: > barebones@1.0.0 postinstall ...
Read more >PostInstall script not running on MacOS - Apple Developer
I have created a package installer for MacOS with "productbuild" command line ... It would be best to post the error messages from...
Read more >Error "The post install script failed" occurs when trying to ...
Problem A: "INACTIVE_OWNER_OR_USER", the Update fails because the operation was performed with an inactive user. Problem B: Communities have not ...
Read more >postinstall - npm
Deploy files from modules after npm install. Latest version: 0.8.0, last published: 3 months ago. Start using postinstall in your project by ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same — getting this exact same error when trying to install Swiper v4.5 or v5.0.4 when using Yarn v2.
Same here. Swiper cannot be added via Yarn v2, unless all postinstall scripts are ignored. Revelant error log: