nativescript-nodeify icon indicating copy to clipboard operation
nativescript-nodeify copied to clipboard

Failed to find module "path"

Open codingsett opened this issue 6 years ago • 8 comments

Hello i installed successfully but i get this error when i try import to import the node package that i wanted. How can i fix this?

codingsett avatar Dec 09 '18 17:12 codingsett

Import which node package?

EddyVerbruggen avatar Dec 09 '18 17:12 EddyVerbruggen

Thanks for the quick reply

https://github.com/jaggedsoft/node-binance-api

codingsett avatar Dec 09 '18 18:12 codingsett

I deleted the import path since it was only being imported in test.js file(node-binance-api package) but the issue persist showing that maybe the error comes from nodeify

codingsett avatar Dec 09 '18 18:12 codingsett

I don't understand... does the error persist after rm -rf node_modules and npm i?

EddyVerbruggen avatar Dec 09 '18 19:12 EddyVerbruggen

Yeah i have done that right now and issue persists

codingsett avatar Dec 09 '18 19:12 codingsett

I guess I'll have to find time to help, but need a repo to look at with instructions on how to reproduce.

EddyVerbruggen avatar Dec 09 '18 20:12 EddyVerbruggen

Let me create a repo and send the link

codingsett avatar Dec 09 '18 20:12 codingsett

Try to move from hook afterPrepare to afterWatch

pdipax avatar Dec 12 '18 01:12 pdipax