Build script error in MacOS El Capitan
See original GitHub issueExpected behavior
The build script (npm build:dev
) should run without errors.
Actual behavior
The build script does not finish successfully due to the following error.
readlink: illegal option -- f
usage: readlink [-n] [file ...]
./scripts/build: line 24: ./../node_modules/.bin/browserify: No such file or directory
Steps to reproduce behavior
Clone the repo.
Run npm install
Run the build script using MacOS El Capitan’s bash shell. npm run build:dev
Are there any prerequisites I need to install?
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Applescript not working on El Captain - Apple Community
I have El Captain 10.11.3 (15D21) and Applescript is not working at all, I can open and create a new script but if...
Read more >macos - ANT build script not working in Sublime Text 3 on Mac using ...
I'm using an ANT build script that I've used in previous versions of OSX. Since upgrading to El Capitan I've been getting the...
Read more >El Capitan-No packages were eligible for install-FIX v2
Fixes the "install failed " and "No packages were eligible for install" error while installing macOS El Capitan with Internet Recovery by ...
Read more >El Capitan: No packages were eligible for install-Fix - YouTube
Fixes the "install failed " and "No packages were eligible for install" error while installing macOS El Capitan with Internet Recovery by ...
Read more >Fixing Mac OS X Install Errors “can't be verified ... - OSXDaily
It may have been corrupted or tampered with during downloading” message, or a more vague “An error occurred while preparing the installation.
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 FreeTop 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
Top GitHub Comments
Cool. That looks like a more elegant solution. Thanks!
I updated to El Capitan a couple of days ago. If you add this to your shell rc you should be good to go ✨:
I reckon if anyone stumbled up on this they should be able to resolve it. Not a hard issue as it’s mostly just build tooling but yeah