Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 19cbd5a

Browse files
author
Akos Kitta
committed
fix(build): made protoc optional
it's unavailable on macOS arm64 (YePpHa/node-protoc#9) and the API generation is a manual process: 0942ef6 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent ccc3801 commit 19cbd5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎arduino-ide-extension/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@
123123
"mockdate": "^3.0.5",
124124
"moment": "^2.24.0",
125125
"ncp": "^2.0.0",
126-
"protoc": "^1.0.4",
127126
"shelljs": "^0.8.3",
128127
"uuid": "^3.2.1",
129128
"yargs": "^11.1.0"
130129
},
131130
"optionalDependencies": {
132-
"grpc-tools": "^1.9.0"
131+
"grpc-tools": "^1.9.0",
132+
"protoc": "^1.0.4"
133133
},
134134
"mocha": {
135135
"require": [

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /