Clicking element doesn't fire click event

This is weird:

npm install can-stache-bindings
SmartSewer@1.0.0 [dir]/SmartSewer
└─┬ can-stache-bindings@3.9.2
  ├── can-reflect@1.4.2
  └─┬ can-simple-observable@1.0.1
    └── can-reflect@1.4.2

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN can-react-component@0.1.7 requires a peer of react@^15.4.2 but none was installed.
npm WARN react-view-model@0.5.6 requires a peer of react@^15.0.0 but none was installed.
npm WARN SmartSewer@1.0.0 No description
npm WARN SmartSewer@1.0.0 No repository field.

some warnings, but nothing unexpected.

Then:

 npm ls can-stache-binding
SmartSewer@1.0.0 [dir]/SmartSewer
└── (empty)

npm ERR! code 1

Version of steal is 1.5.4

npm ls can-stache-binding should be npm ls can-stache-bindings (note the s at the end)

Newer versions of steal might give you better errors/warnings (latest is 1.5.13).

I think I’m missing something simple. Is there any chance your code is online, or you could share your package.json, the stache file, and the file in which you’re importing can-stache-bindings? I want to get this figured out. :smile: