msgpack-javascript icon indicating copy to clipboard operation
msgpack-javascript copied to clipboard

Cannot find module

Open idranme opened this issue 3 years ago • 0 comments

yarn add @msgpack/msgpack
import { encode, decode } from '@msgpack/msgpack'

It prompts "Cannot find module '@msgpack/msgpack'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?ts(2792)".

idranme avatar Sep 07 '22 15:09 idranme