alexziskind1 / nativescript-oauth

Other
35 stars 53 forks source link

JS ERROR Error: Could not find module 'punycode' #47

Open Yamilquery opened 7 years ago

Yamilquery commented 7 years ago

I'm getting this error:

Found peer TypeScript 2.2.2
objc[8112]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x125ffbcc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x125e126f0). One of the two will be used. Which one is undefined.
1   0x111bb425c -[TNSRuntime executeModule:referredBy:]
2   0x10df1d150 main
3   0x1141e865d start
4   0x1
file:///app/tns_modules/url/./url.js:24:23: JS ERROR Error: Could not find module 'punycode'. Computed path '/Users/yamildiazaguirre/Library/Developer/CoreSimulator/Devices/5E9612EE-704E-4463-AAC8-ACDF4BDA3FC0/data/Containers/Bundle/Application/47E219AB-79D0-4E6C-A8B5-F8D1A49F6057/zafoapp.app/app/tns_modules/punycode'.
Jul  6 11:35:37 MacBook-Pro-de-Yamil com.apple.CoreSimulator.SimDevice.5E9612EE-704E-4463-AAC8-ACDF4BDA3FC0.launchd_sim[1540] (UIKitApplication:com.dtech.zafo[0x3d1a][1562][8112]): Service exited due to Segmentation fault: 11
11:35:39 - Compilation complete. Watching for file changes.
kvindascr commented 7 years ago

+1 Im also getting this issue

sunpasup commented 6 years ago

+1 I am also Getting the Same Issue

adamauckland commented 6 years ago

I had this issue and I solved it by doing npm install punycode --save