Could this repo utilize pnpm
for restoring node packages?
#2133
Replies: 4 comments 12 replies
-
I'll walk through the steps to resolve this issue, summarizing the need to add a package.
|
Beta Was this translation helpful? Give feedback.
-
Hello, this code repository's software dependencies (including postinstall scripts policy, peer dependencies strategy, semantic versioning resolutions, etc.) are handled by the official NodeJS package manager (NPM). |
Beta Was this translation helpful? Give feedback.
-
After adding these packages, the project can run normally and no side effects have been seen so far. |
Beta Was this translation helpful? Give feedback.
-
do you means like this lcp-testing-tools ? |
Beta Was this translation helpful? Give feedback.
-
First, I use
pnpm install
to restore the node packages in this repository.Then, I run the build with
npm run build
, but I encountered some syntax issues.}
Beta Was this translation helpful? Give feedback.
All reactions