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: Cannot find module './build/plugin'
Require stack:
- node_modules/ts-proto/protoc-gen-ts_proto
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:925:15)
at Function.Module._load (node:internal/modules/cjs/loader:769:27)
at Module.require (node:internal/modules/cjs/loader:997:19)
at require (node:internal/modules/cjs/helpers:92:18)
at Object.<anonymous> (node_modules/ts-proto/protoc-gen-ts_proto:2:1)
at Module._compile (node:internal/modules/cjs/loader:1108:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10)
at Module.load (node:internal/modules/cjs/loader:973:32)
at Function.Module._load (node:internal/modules/cjs/loader:813:14)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'node_modules/ts-proto/protoc-gen-ts_proto'
]
}
Checked in node_modules/ts-proto, and there's indeed no build folder in the package.
The text was updated successfully, but these errors were encountered:
I installed
[email protected]
, and got an error:Checked in
node_modules/ts-proto
, and there's indeed nobuild
folder in the package.The text was updated successfully, but these errors were encountered: