Testing the samples leads to some errors (...uninstalled packages aspnet-prerendering ...) #1652

Closed
opened 2025-08-09 17:21:08 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @CedricDumont on 4/4/2016

Hello,

I followed the description Trying the samples more specifically : Using dnx on Windows/Mac/Linux. (on windows 7)

I did all steps: (for the react sample)

dnvm use 1.0.0-rc1-final -r coreclr
cd NodeServices
dnu restore
cd /samples/react/ReactGrid
npm install
webpack

but encountered some errors on npm packages not installed. I added the two packages below to make it work

npm install --save-dev aspnet-prerendering
npm install --save-dev aspnet-webpack

It would be best to adapt the packages.config so that others do not encounter the same problem, Or did I do something wrong.

my node version is 5.0.0
I use 1.0.0-rc1-update2 clr x86

kind regards

*Originally created by @CedricDumont on 4/4/2016* Hello, I followed the description [Trying the samples](https://github.com/aspnet/NodeServices#using-angularservicesreactservices-in-your-own-projects) more specifically : Using dnx on Windows/Mac/Linux. (on windows 7) I did all steps: (for the react sample) ``` dnvm use 1.0.0-rc1-final -r coreclr cd NodeServices dnu restore cd /samples/react/ReactGrid npm install webpack ``` but encountered some errors on npm packages not installed. I added the two packages below to make it work ``` npm install --save-dev aspnet-prerendering npm install --save-dev aspnet-webpack ``` It would be best to adapt the packages.config so that others do not encounter the same problem, Or did I do something wrong. my node version is **5.0.0** I use **1.0.0-rc1-update2 clr x86** kind regards
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1652
No description provided.