You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: code 1
at ChildProcess. (/Users/user/Dev/project/node_modules/protobufjs/cli/pbts.js:120:27)
at emitTwo (events.js:111:20)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:885:16)
at Socket. (internal/child_process.js:334:11)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at Pipe._handle.close [as _onclose] (net.js:501:12)
Running on:
OS: OS X El Capitan (10.11.6)
node: 7.1.0
npm: 3.10.9
bash: 3.2.57(1)-release (x86_64-apple-darwin15)
The text was updated successfully, but these errors were encountered:
protobuf.js version: 6.7.0
After upgrading to protobuf.js 6.7.0, while running this command:
node_modules/.bin/pbts ./path/to/static-JS-module-generated-by-pbjs.js
We get the following exception:
FATAL: Unable to load template: Cannot find module './lib/tsd-jsdoc/publish'
/Users/user/Dev/project/node_modules/protobufjs/cli/pbts.js:125
throw err;
^
Error: code 1
at ChildProcess. (/Users/user/Dev/project/node_modules/protobufjs/cli/pbts.js:120:27)
at emitTwo (events.js:111:20)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:885:16)
at Socket. (internal/child_process.js:334:11)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at Pipe._handle.close [as _onclose] (net.js:501:12)
Running on:
OS: OS X El Capitan (10.11.6)
node: 7.1.0
npm: 3.10.9
bash: 3.2.57(1)-release (x86_64-apple-darwin15)
The text was updated successfully, but these errors were encountered: