Install error
See original GitHub issueI’m having an issue with this package. Currently using MacOS High Sierra. I get errors when trying to install
npm install node-rdkafka
The only way I can get it to install is to run…
npm install node-rdkafka --ignore-script
Then when trying to run the file with the package added…
I’ve tried…
- Installing binding package
- Installing node-gyp
- Deleting the node_modules and running
npm install
- I’ve had a co-worker pull the code, and he has the same issue
I currently only have 2 packages installed at this time. The other package is dotenv.
If i uninstall the node-rdkafka package, I can run the file, but as soon as I add node-rdkafka (with --ignore-script
), the file won’t run.
Again, it won’t install without the --ignore-script flag.
Any help would be highly appreciated!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:5
Top Results From Across the Web
How to troubleshoot Windows Installer errors - Microsoft Support
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >How to Fix Microsoft Windows 10 Installation Error Codes
Error Codes while installing Windows 10 and their corresponding solutions · Navigate to C:\$WINDOWS.~BT\Sources\Panther · Open scanresult.xml and Compatdata.xml ...
Read more >4 Solutions to Fix Windows 10/11 Installation Has Failed
4 Solutions to Fix the "Windows 10/11 installation has failed" Error · Solution 1: Run a Clean Boot Installation · Solution 2: Create...
Read more >If an error occurred while updating or installing macOS
The message might say that an error occurred while downloading, preparing, or installing, or that the installer is damaged or could not be ......
Read more >Fix problems installing Chrome - Google Chrome Help
If you get an error message when you try to download and install Google Chrome, try these fixes. Fix most installation errors Make...
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
I get the same error on macOS Catalina 10.15.7. Is there any progress on this? @webmakersteve
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.