example not working
Closed this issue · 2 comments
mmaestrini commented
Tried to run on ios like in readme and i get the following:
Package subpath './package.json' is not defined by "exports" in /Users/xxxxxxxxxx/Programming/Boilerplates/demo nativescript movie/nativescript-movies-demo/node_modules/popmotion/package.json
What's the problem?
williamjuan027 commented
@mmaestrini That seems to be a problem with npm/node. Can you try running it with npm 7.x.x and node 12.x.x
I personally use npm 7.7.5 and node 12.7.0.
Let me know if that works for you :)
mmaestrini commented
works with those versions.. :)