我已经安装了nodejs,并且正在尝试启用corepack,corepack enable但它在Windows上给了我这个错误:
Internal Error: EPERM: operation not permitted, open 'C:\Program Files\nodejs\pnpm'
Error: EPERM: operation not permitted, open 'C:\Program Files\nodejs\pnpm'
Run Code Online (Sandbox Code Playgroud)
我在nodejs文件夹中找不到pnpm文件夹,我尝试npm install -g pnpm安装pnpm
我该如何解决?
我希望能够查看客户的帐户。正如您所看到的,帐户具有客户的外键。这个想法是能够通过嵌套帐户对象查看客户信息,但这给了我一个错误
Got AttributeError when attempting to get a value for field `accounts_items` on serializer `CustomerSerializer`.
The serializer field might be named incorrectly and not match any attribute or key on the `Customer` instance.
Original exception text was: 'Customer' object has no attribute 'Account'.
Run Code Online (Sandbox Code Playgroud)
就像这个例子一样,艺术家对象中的歌曲:

Got AttributeError when attempting to get a value for field `accounts_items` on serializer `CustomerSerializer`.
The serializer field might be named incorrectly and not match any attribute or key on the `Customer` instance.
Original exception text was: …Run Code Online (Sandbox Code Playgroud)