We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我是win系统的,我在把rm -rf修改为windows操作后,我 npm install /package的fileUploaderServer和fileUploaderClient的依赖,并build。然后在demo文件夹安装client和server的依赖。但出现如下错误,我安装似乎失败,而且我无法启动demo
rm -rf
npm install /package
fileUploaderServer
fileUploaderClient
build
demo
client
server
The text was updated successfully, but these errors were encountered:
先确认下 /package/fileUploaderServer/dist 和 /package/fileUploaderClient/dist 是否存在。 然后确认下你使用 yarn 安装 client 和 server 的位置,应该在项目根目录安装,而不是 demo 目录安装。
Sorry, something went wrong.
/package/fileUploaderServer/dist 和 /package/fileUploaderClient/dist 存在
然后确认下你使用 yarn 安装 client 和 server 的位置,应该在项目根目录安装,而不是 demo 目录安装。
这句话的意思是我直接在根目录使用npm run demo:run吗,不需要在demo目录下安装依赖吗。 我的步骤是先安装demo下server和client依赖,然后npm run demo:run,这样不行吗,必须使用yarn安装和运行吗? 我从头到尾都是使用npm,这样会有影响吗
npm run demo:run
yarn
npm
直接在根目录下 yarn 安装依赖,然后执行 demo: run命令。这个项目使用了yarn workspace,用npm安装是不行的
No branches or pull requests
你好,我是win系统的,我在把
rm -rf
修改为windows操作后,我npm install /package
的fileUploaderServer
和fileUploaderClient
的依赖,并build
。然后在demo
文件夹安装client
和server
的依赖。但出现如下错误,我安装似乎失败,而且我无法启动demoThe text was updated successfully, but these errors were encountered: