Closed richardjharding closed 6 years ago
Maybe this was during nuget outtage?
Richard Harding notifications@github.com schrieb am Do., 22. März 2018, 17:46:
I've cloned this out on two diff windows machines with the same result
after running build.cmd debug
The build fails at the CompileForTest target
The cause is that the fable-splitter package has not been installed
I've tried both yarn install and npm install - neither will install the dependency in this project
If I create a new folder , npm init and npm install --save-dev fable-splitter
then it is installed and the correct .cmd file created in node_modules/.bin
As a result I don't think its my system but something in this config ?
Any suggestions on what I can check ?
I'm running node 6.11.0 npm 5.5.1
I see no errors during the yarn install thats run as part of the FAKE target
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SAFE-Stack/SAFE-Nightwatch/issues/56, or mute the thread https://github.com/notifications/unsubscribe-auth/AADgNCclIAdmbr1aiIa1CWtabEAsP7awks5tg9VegaJpZM4S3aIt .
not sure - I've deleted node_modules and re-ran build.cmd and got the same result - I was still able to create a new folder and npm install fable-splitter in that - just doesn't get installed in this file structure during build can't really see why
Delete packages folder as well
Richard Harding notifications@github.com schrieb am Do., 22. März 2018, 18:32:
not sure - I've deleted node_modules and re-ran build.cmd and got the same result - I was still able to create a new folder and npm install fable-splitter in that - just doesn't get installed in this file structure during build can't really see why
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/SAFE-Stack/SAFE-Nightwatch/issues/56#issuecomment-375392742, or mute the thread https://github.com/notifications/unsubscribe-auth/AADgNGqKHnbDfVyHETm89LBibJtIY1Vdks5tg-AfgaJpZM4S3aIt .
yep that sorted it - what am I missing - whats the connection between nuget packages and npm fable-splitter?
It's not a npm package AFAIK.
Richard Harding notifications@github.com schrieb am Do., 22. März 2018, 23:15:
yep that sorted it - what am I missing - whats the connection between nuget packages and npm fable-splitter?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/SAFE-Stack/SAFE-Nightwatch/issues/56#issuecomment-375475367, or mute the thread https://github.com/notifications/unsubscribe-auth/AADgNA5NzJRHCqKsD1EN0bUHlNyFwI-pks5thCKNgaJpZM4S3aIt .
odd - its listed in package.json and gets added to node_modules and node_modules/.bin but cloning out again fresh worked - no idea
Ok then I was wrong about it. But I still assume it was the outtage. Maybe some other fable components were missing
Richard Harding notifications@github.com schrieb am Fr., 23. März 2018, 10:27:
Closed #56 https://github.com/SAFE-Stack/SAFE-Nightwatch/issues/56.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/SAFE-Stack/SAFE-Nightwatch/issues/56#event-1537427691, or mute the thread https://github.com/notifications/unsubscribe-auth/AADgNJL_tQ4wccZKDLrONK3X6MYN_99zks5thL_wgaJpZM4S3aIt .
I've cloned this out on two diff windows machines with the same result
after running build.cmd debug
The build fails at the CompileForTest target
The cause is that the fable-splitter package has not been installed
This is confirmed by examining the node_modules folder - in fact
I've tried both yarn install and npm install - neither will install the dependency in this project
If I create a new folder , npm init and npm install --save-dev fable-splitter
then it is installed and the correct .cmd file created in node_modules/.bin
As a result I don't think its my system but something in this config ?
Any suggestions on what I can check ?
I'm running node 6.11.0 npm 5.5.1
I see no errors during the yarn install thats run as part of the FAKE target
I'm able to create a new react-native app (non fable) and run ok I'm also able to create a new fable web app - eg the Fable-elmish-react-demo app - but that doesn't use fable-splitter