Lonus Lan

Results 10 comments of Lonus Lan

nano /etc/apt/sources.list 复制以下内容: deb http://deb.debian.org/debian buster main contrib non-free deb-src http://deb.debian.org/debian buster main contrib non-free deb http://security.debian.org/debian-security buster/updates main contrib deb-src http://security.debian.org/debian-security buster/updates main contrib 然后 apt-get update

修改了代码之后 ,我在本地部署测试一切正常,发布到github上面使用 netlify 部署就报错: ```cmd 2:16:41 PM:  ERR_PNPM_OUTDATED_LOCKFILE  Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with package.json 2:16:41 PM: Note that in CI environments this setting...

附图: ![image](https://user-images.githubusercontent.com/39768609/228445172-ba9bcd59-864b-4511-b7c4-76f4e5eb13eb.png) ![image](https://user-images.githubusercontent.com/39768609/228445232-615d4036-afee-4a49-bda9-7a5af9816293.png) ![image](https://user-images.githubusercontent.com/39768609/228445312-89f11cab-f070-4718-ac26-c06b4e474fef.png) ![image](https://user-images.githubusercontent.com/39768609/228445629-00d5deab-b3f3-4fe0-8ae5-628ce2929c55.png) `import * as CryptoJS from 'crypto-js'`

我尝试把它提示的 `pnpm install --no-frozen-lockfile` 放在 dockfile 中 构建之前 ,还是不行 ... 大佬有空看看吗?搞了一中午没睡觉了.

I compared these two files on my GitHub `Package-Lock.json` and `Package.json`. Their dependencies are the same

I find a file which name `pnpm-lock.yaml`, do i need to add the dependency into it? the error log displays some errors about pnpm, i think maybe they have something...

> When you add a new dependency, and `pnpm install` the `pnpm-lock.yaml` file not changed automatically? If it was changed just commit it > > > I find a file...

I finally use the func digestMessage, now it works fine, but i still have a question, How could i use another package to custom new features? ![image](https://user-images.githubusercontent.com/39768609/228722240-c89f455f-ea03-4829-ad28-2d2a1e43a401.png)

> PR welcome! Pls check my pull request.