Skip to content
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

Error after node run command #24

Open
Rajiv-Kulkarni opened this issue Dec 14, 2016 · 3 comments
Open

Error after node run command #24

Rajiv-Kulkarni opened this issue Dec 14, 2016 · 3 comments

Comments

@Rajiv-Kulkarni
Copy link

image

@Rajiv-Kulkarni
Copy link
Author

Please help. Thanks.

@msuzoagu
Copy link

msuzoagu commented Dec 14, 2016

@Rajiv-Kulkarni if I were in your shoes and trying to debug, my first question would be "why is my install failing?".

Looking at the screenshot, I would try to determine what MSBuild: error MSB10008 means. I don't use Windows so I can't tell you much but quick googling gave this. Start debugging from there.

Hopefully, that will fix it.

PS: Low hanging fruit => make sure you have latest version of node and npm installed. If fixing the above two doesn't resolve the problem then update this issue with the you have steps taken. Hopefully someone will get back to you.

Good Luck!

@PRIMETSS
Copy link

Found dotnet 1.1 doesn't like 2 project args on 'dotnet restore'

Modifies package.json, 'scripts'

"scripts": {
"postinstall1": "dotnet restore server",
"postinstall2": "dotnet restore server.test",

No longer getting error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants