-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Cannot covert undefined or null to object when run npm run dev
for backend
#92
Comments
当时也遇到这个问题,在作者的帮助下解决了。 git clone https://github.com/ly525/luban-h5.git
cd luban-h5/back-end/h5-api/
yarn
npm run dev
# 改成 taobao 的源:
yarn config set registry https://registry.npm.taobao.org 我的版本信息: node -v: v10.16.3
npm -v:6.9.0
yarn -v:1.19.1 |
非常感谢你的反馈,👍,下次提问之前可以提供更多的信息会更有助与我们排查问题,感谢! @initial-desire 非常感谢小伙伴的回答 |
没有收到反馈,暂时关闭 |
npm run dev
for backend
So, you can git clone https://github.com/ly525/luban-h5.git
cd luban-h5/back-end/h5-api/
yarn
npm run dev It should be working properly. |
@ly525 |
如下图所示
The text was updated successfully, but these errors were encountered: