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

JS ERROR Error: Could not find module 'punycode'

Open Yamilquery opened this issue 8 years ago • 3 comments
trafficstars

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.

Yamilquery avatar Jul 06 '17 16:07 Yamilquery

+1 Im also getting this issue

kvindascr avatar Aug 15 '17 00:08 kvindascr

+1 I am also Getting the Same Issue

sunpasup avatar Nov 06 '17 20:11 sunpasup

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

adamauckland avatar Jan 26 '18 14:01 adamauckland