-
Notifications
You must be signed in to change notification settings - Fork 217
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
Can't use npm to install slap #414
Comments
Looks like newer Node.js are unsupported. Switching back to 8.x helped, but it's hardly a solution. |
Update It turns out that the issue is caused by I used Before Update The issue is with // ....
"node-inspector": "0.12.8",
// .... I have cloned this repo and installed each package separately until I reach Dependencies > # dependencies
> npm install [email protected] [email protected] \
[email protected] [email protected] [email protected] \
[email protected] [email protected] [email protected] \
[email protected] [email protected] [email protected] Dev-Dependencies > # devDependencies
> npm [email protected] istanbul@^0.4.4 tape@^4.6.3 |
Alhamdulillah, I got it working after a long journey 💖. |
Trying to install slap using the provided command throws this wonderful error message:
The text was updated successfully, but these errors were encountered: