Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Fable.Import.Node 0.2.0 not working #33

Closed
jgrund opened this issue Dec 16, 2017 · 8 comments
Closed

Fable.Import.Node 0.2.0 not working #33

jgrund opened this issue Dec 16, 2017 · 8 comments

Comments

@jgrund
Copy link
Member

jgrund commented Dec 16, 2017

Upon installing 0.2.0 of Fable.Import.Node, I am seeing:

    /home/travis/build/jgrund/fable-jest/test/Matchers.test.fs(106,24): (106,28) error FSHARP: The value, constructor, namespace or type 'Node' is not defined.

,/home/travis/build/jgrund/fable-jest/test/Matchers.test.fs(109,13): (109,17) error FSHARP: The namespace or module 'Node' is not defined.,/home/travis/build/jgrund/fable-jest/test/Matchers.test.fs(109,4): (109,36) error FSHARP: Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.

Ex: https://travis-ci.org/jgrund/fable-jest

@jgrund
Copy link
Member Author

jgrund commented Dec 16, 2017

Looking at the packages, 0.2.0 is much smaller than 0.1.5:

screen shot 2017-12-16 at 8 35 28 am

@jgrund
Copy link
Member Author

jgrund commented Dec 16, 2017

Building locally yields a similar file size.

screen shot 2017-12-16 at 8 43 05 am

Not sure why the uploaded one is much smaller.

@alfonsogarciacaro
Copy link
Member

Thanks for reporting @jgrund! Hmm, it seems Paket push is causing problem, I changed the build script so dotnet pack/push is used instead. Can you please try with Fable.Import.Node 0.2.1? Sorry for the trouble!

@forki
Copy link
Contributor

forki commented Dec 16, 2017 via email

@alfonsogarciacaro
Copy link
Member

According to @jgrund report, the version published using Paket.push in this commit is not working. I had similar problems in other repos but didn't investigate too much because using dotnet pack/push just fixes the issue.

@jgrund
Copy link
Member Author

jgrund commented Dec 20, 2017

Looks like 0.2.1 is working.

@forki
Copy link
Contributor

forki commented Feb 14, 2018

version published using Paket.push in this commit is not working

how? it's just pushing the nupkg - how can there possibly be any difference?

@alfonsogarciacaro
Copy link
Member

It's a mystery for me too, sorry. If it helps this is the commit right before removing Paket.Push.

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

No branches or pull requests

3 participants