Skip to content

Commit

Permalink
Downgrade grpc
Browse files Browse the repository at this point in the history
grpc is definitely a problem.
Downgrading the version removed this issue and allowed me to build locally successfully.
```
npm ERR! path /usr/local/lib/node_modules/@google/clasp/node_modules/@protobufjs/aspromise/package.json.2851276142
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/usr/local/lib/node_modules/@google/clasp/node_modules/@protobufjs/aspromise/package.json.2851276142'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
```
  • Loading branch information
grant authored May 26, 2018
1 parent a3783df commit 6871ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"find-parent-dir": "^0.3.0",
"fs": "^0.0.1-security",
"googleapis": "^28.1.0",
"grpc": "^1.12.2",
"grpc": "^1.10.0",
"http-shutdown": "^1.2.0",
"inquirer": "^5.2.0",
"is-online": "^7.0.0",
Expand Down

0 comments on commit 6871ff4

Please sign in to comment.