Git status is dirty but the command will continue because EXPO_NO_GIT_STATUS is enabled...
(node:70517) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
✔ Cleared android code
eugene@MacBook-Pro-Eugene example %
eugene@MacBook-Pro-Eugene example %
eugene@MacBook-Pro-Eugene example %
eugene@MacBook-Pro-Eugene example % npm start
(node:70704) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
Error: Cannot find module './plugin/build'
Require stack:
/Users/eugene/Documents/Projects/expo-widgets/example/node_modules/expo/bin/cli
at Module._resolveFilename (node:internal/modules/cjs/loader:1219:15)
at Module._load (node:internal/modules/cjs/loader:1045:27)
at TracingChannel.traceSync (node:diagnostics_channel:315:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:215:24)
at Module.require (node:internal/modules/cjs/loader:1304:12)
at require (node:internal/modules/helpers:123:16)
at Object. (/Users/eugene/Documents/Projects/expo-widgets/app.plugin.js:1:18)
at Module._compile (node:internal/modules/cjs/loader:1467:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1551:10)
at Module.load (node:internal/modules/cjs/loader:1282:32)
@gitn00b1337 It isn't a reason. I've found a solution. Before run the example we need to build the module from root npm run build and only then run the example!)
Hi. I'm trying to run the example by running:
npm start
ornpm prebuild:android
within example folder. And I get such error:
% npm run prebuild:android
Git status is dirty but the command will continue because EXPO_NO_GIT_STATUS is enabled... (node:70517) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead. (Usenode --trace-deprecation ...
to show where the warning was created) ✔ Cleared android codeCommandError: Cannot find module './plugin/build' Require stack:
eugene@MacBook-Pro-Eugene example % eugene@MacBook-Pro-Eugene example % eugene@MacBook-Pro-Eugene example % eugene@MacBook-Pro-Eugene example % npm start
(node:70704) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead. (Usenode --trace-deprecation ...
to show where the warning was created) Error: Cannot find module './plugin/build' Require stack: