mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Difficuluties during installation to VS 2017 RC project #1153
Closed
opened 2025-08-09 17:19:04 +00:00 by fergalmoran
·
0 comments
No Branch/Tag Specified
master
rybrande/masterToSrc
pakrym/no-console-fb
release/2.2
pakrym/remove-obsole-api-usage
maestro/release/2.2
maestro/master
release/2.1
release/2.0
rybrande/MergeRelease21IntoDev
rel/2.0.0-extensions
angular-animations-example
fix-angular-material-publishing
rel/2.0.0-templates
httpwithstatetransfer-example
rel/2.0.0-preview2-templates
aspnet-webpack-react-2.x
angular4-prerender-data-example
version-1.x
angular2-lazy-loading-example
581-isomorphic-react-cookies-example
example-using-typescript-paths-for-494
v1.0.x
angular2-materialize-example
redux-typed-1-x
primeng-example
font-awesome-example
karma-testing-example
2.2.0
2.2.0-preview3
2.2.0-preview2
2.2.0-preview1
2.1.1
2.1.0
2.0.4
2.1.0-rc1-final
2.1.0-preview2-final
2.0.3
2.1.0-preview1-final
2.0.2
2.0.1
rel/2.0.0
rel/2.0.0-preview2
Labels
Clear labels
2 - Working
2 - Working
3 - Done
3 - Done
3 - Done
3 - Done
3 - Done
3 - Done
3 - Done
angular
angular
angular
angular
angular
bug
bug
bug
bug
bug
bug
bug
bug
bug
core
core
core
core
core
core
core
duplicate
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
external
external
P1
P1
P1
P1
P1
P1
P2
P2
P2
P2
P2
P2
P2
P2
P2
PRI: 1 - Required
react
react
task
task
up-for-grabs
up-for-grabs
up-for-grabs
waiting
waiting
waiting
waiting
No Label
Milestone
No items
No Milestone
Projects
Clear projects
No project
Assignees
fergalmoran
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github/JavaScriptServices#1153
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rpokrovskij on 12/27/2016
Create such project - great idea, should be very useful for new "npm users". Thank you. But it is still very hard to understand how it suppose to work.
Could you append documentation or just consult us there with those topics?
Is it possible to get JavaScriptServices project with Target Framework not "Core" but ".NET Framework 4.6.2"?
a) the way "Installation into existing projects" through nuget "Microsoft.AspNetCore.SpaServices" ?
b) the yoman way ?
c) since I can't just switch Target Framework in "Project Properties" (it suggests to change core 1.1 to 1.0 core) may be you can document how it can be safely changed through json files (I know about project.json "frameworks" property, but now I even not sure that project.json suppose to work with new csproj... also I have changed it to "net462"; dotnet restore works but "Project properties" still show "Core" target framework)?
please add some sentence how to check that project is ready (after nuget or yoman install).
I have a new node_modules folder in project folder with all packages including webpack. But what aslo should be done by yoman script? Even several words will be very useful to describe what should going on.
3a) add to the documentation line that warnings user that he will need to delete .xproj file after migration to .csproj (otherwise dotnet run deny to work).
3b) dotnet run return an error (after first run one, after second another)
Run through visual studio "IIS Express" returns modal error message box "Unable to run your project. The 'RunCommand' property is not defined."
What is wrong?
Info:
PM> dotnet --version
1.0.0-preview4-004233
PM> npm -v
3.10.10